LocalSolver logo
is now
Hexaly logo

We're excited to share that we are moving forward. We're leaving behind the LocalSolver brand and transitioning to our new identity: Hexaly. This represents a leap forward in our mission to enable every organization to make better decisions faster when faced with operational and strategic challenges.


LocalSolver 8.0

API Changes

LSP

  • Added the global function set to add set variables to a model.

Python

  • Added the method LSModel.set to create set variables.

  • Added the operator ~LSOperator.SET.

C++

  • Added the method LSModel::setVar to create set variables.

  • Added the operator O_Set.

C#

  • Added the method LSModel.Set() to create set variables.

  • Added the operator ~LSOperator.Set.

Java

  • Added the method LSModel.setVar() to create set variables.

  • Added the operator Set.