Skip to content

Release v1.4.0

Compare
Choose a tag to compare
@islerfab islerfab released this 20 Jul 12:11
· 37 commits to master since this release
ebe63de

Improvements:

  • PARALLEL_MODE set by default to 1 to avoid indeterminism if thread count is larger than 1

Bugfixes

  • Better DISPLAY_OUTPUT logic: It is now purely based on the MIP SolveParams whether or not the CPLEX output is displayed. Previously, it was possible that subsequent runs were not showing an output, even if the DISPLAY_OUTPUT parameter was specified.
  • Better handling of SolveParam input: Previously, if you'd pass an integer to a double SolveParam, it would just ignore this value (e.g. for TIME_LIMIT of 600, it would have been ignored, since it expected a double like 600.0). Now, JOpt attempts to translate an input into the corresponding format, and if it can't, it will throw an Exception.