LocalSolver 11.5¶
CSV Module¶
The LSP language has now a CSV module. It allows you to read CSV content from a file.
For more details about the CSV module, please check out the documentation on CSV module in the standard library.
API Changes¶
LSP¶
Added the CSV module.
Python¶
Added
LSSolution.get_objective_gapto retrieve the gap computed by the solver for the given objective.Added
LSPModeler.create_solverto create new LocalSolver instances that can be used to launch modules in classic mode.Added
LSPModule.run_mainto run a LSP module in main mode.
C++¶
Added
LSSolution::getObjectiveGapto retrieve the gap computed by the solver for the given objective.Added
LSPModeler::createSolverto create new LocalSolver instances that can be used to launch modules in classic mode.Added
LSPModule::runMainto run a LSP module in main mode.
C#¶
Added
LSSolution.GetObjectiveGapto retrieve the gap computed by the solver for the given objective.Added
LSPModeler.CreateSolverto create new LocalSolver instances that can be used to launch modules in classic mode.Added
LSPModule.RunMainto run a LSP module in main mode.
Java¶
Added
LSSolution.getObjectiveGapto retrieve the gap computed by the solver for the given objective.Added
LSPModeler.createSolverto create new LocalSolver instances that can be used to launch modules in classic mode.Added
LSPModule.runMainto run a LSP module in main mode.