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.


LSPFunctor Delegate

delegate LSPValue localsolver.modeler.LSPFunctor(LSPModeler modeler, IList<LSPValue> arguments)

External modeler function delegate. To use your own external functions in the modeler you have to follow these steps:

Note: This delegate should only be implemented to expose functions used during the modeling process. You should not use this delegate to create a function that will be called during the resolution as an external function. In this case, you should use the solver API directly to create the function (see LSExternalFunction Delegate)