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.

This page is for an old version of Hexaly Optimizer. We recommend that you update your version and read the documentation for the latest stable release.

LSCallbackType Enumeration

enum localsolver.LSCallbackType

List of types that can be used with callbacks. Each type corresponds to a specific event that can occur during the resolution.

Since:4.0
See:LSCallback
See:LocalSolver.AddCallback
PhaseStarted

Event that occurs when a phase is started.

PhaseEnded

Event that occurs when a phase ends.

Display

Event that occurs regularly before, after and during the search to display useful information about the model and the resolution. The time between two such events can be tuned with the TimeBetweenDisplays parameter.

See:LSParam.SetTimeBetweenDisplays
TimeTicked

Event that occurs regularly during the resolution. The time between two such events can be tuned with the TimeBetweenTicks parameter.

Since:6.0
See:LSParam.SetTimeBetweenTicks
IterationTicked

Event that occurs regularly during the resolution. The number of iterations between two such events can be tuned with the IterationsBetweenTicks parameter.

Since:6.0
See:LSParam.SetIterationBetweenTicks