Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 08:22
· 359 commits to master since this release

What's Changed

  • Rename and change default value of use_callback in DpSolver.solve() by @nhuet in #343
  • Update rcpsp + lns tutorial by @nhuet in #344
  • More correct parsing of skill data for resource for the MSLIB data by @g-poveda in #345
  • Adding cpsat callback in the solver attributes by @g-poveda in #346
  • Toulbar2 closer integration by @g-poveda in #348
  • Remove some remaining print by @g-poveda in #351
  • Toulbar2 closer integration by @g-poveda in #349
  • Update toulbar base solver to use callback and minor kwargs passing in some models by @g-poveda in #353
  • Adding some callback retrieving time statistics for solver that can produce intermediate results by @g-poveda in #352
  • Extract solutions at the end of mathopt solve for OrtoolsMathOptMilpSolver + HiGHS by @nhuet in #354
  • Minor Toulbar models update by @g-poveda in #355
  • Callback implementation by @g-poveda in #356
  • Update way of retrieving ortools routing search status for ortools>=9.12 by @nhuet in #358
  • Temporary skip fjsp tests needing fjsp datasets by @nhuet in #359
  • Skip rcsp multiscenario with mzn test on new github windows runners by @nhuet in #360
  • Fix dimacs parsers by @nhuet in #362
  • New mixin BoundsProviderMixin to have generic gap based early stopper by @nhuet in #357
  • Introduce a generic cpmpy solver by @nhuet in #363
  • Implement explain_unsat() for gurobi solvers by @nhuet in #364
  • Fix internal objective and bound for cpsat by @nhuet in #366
  • Fix current best objective value and bound for gurobi and mathopt solvers by @nhuet in #367
  • Implement explain_unsat_meta() for gurobi by @nhuet in #368
  • Implement a dashboard to sum-up results of a d-o study by @nhuet in #365
  • Add access to minimal correction set from cpmpy (fine and meta version) by @nhuet in #369
  • Add examples with interactive resolution of unsat for coloring by @nhuet in #370
  • Add a tutorial about explainability by @nhuet in #371
  • Add doc about dashboard by @nhuet in #372

Full Changelog: v0.5.0...v0.6.0