LocalSolver 6.0

API Changes

LSP

Python

C++

C#

Java

  • Removed the callback type LScallbackType.Ticked.

  • Added the method LSParam.setIterationBetweenTicks().

  • Added the callback type LSCallbackType.IterationTicked.

  • Added the method LSParam.setTimeBetweenTicks().

  • Added the callback type LSCallbackType.TimeTicked.

  • Native functions can be created with the method LSModel.createNativeFunction() or with with the dedicated shortcut LSModel.nativeFunction().

  • Added the operator LSOperator.NativeFunction.

  • Native functions can be called in the model with the method LSModel.call().