Java Interface
- StringHolder/IntHolder/DoubleHolder classes now implement toString()
Xpress-Mosel 1.6.0
This release introduces the Mosel debugger interface: it makes possible
execution of a Mosel model statement after statement and gives access
to the value of local symbols. The command line interpreter provides
now a proper debugger built on this interface. In addition to the
debugger the command 'display' has been replaced by the command 'print':
this is an expression evaluator.
For instance it can handle something like:
print round(getsol(x(1,1)))+getact(C1)