You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.