Skip to content

cplex-scala-1.4.0

Compare
Choose a tag to compare
@danielgodard danielgodard released this 05 Apr 11:47
· 87 commits to master since this release

README

  • Port to IBM CPLEX 12.9
  • Port to Scala 2.12.8

Constraint Programming

  • Add two new examples LearningCurve.scala and LearningCurve2.scala a scheduling problem on two alternative heterogeneous machines with sequence dependent setup times, forbidden transitions and a learning curve when changing of type. The second example is a variation where the learning curve depends not only on the current type and the previous type but also on the machine.
  • Fix bugs with the parameters timeLimit and solutionLimit of method solve of CpModel.