Skip to content

v0.6.10-alpha

Compare
Choose a tag to compare
@hlefebvr hlefebvr released this 14 Dec 10:00
· 443 commits to main since this release

Fixes

  • idol::dualize, objective function offset was not added to the dual
  • Moving a model caused SEGV error if optimizer was already built

Updates

  • Improve readibility of std::cout << (Model)
  • read_from_lp_file and read_from_mps_file are moved to GLPK::read_from_file and now throw an exception if parsing fails
  • Added tutorial to documentation

New Features

  • Model::fix now creates a copy of a model and fixes all Param to their value in a given solution
  • Added Gurobi::read_from_file