Package localsolver.modeler
Contains classes for creating and interacting with a VM capable
of executing programs written in LSP format.
-
Interface Summary Interface Description LSPFunctor External modeler function interface. -
Class Summary Class Description LSPFunction A function can be either user-defined function or built-in function.LSPMap An LSPMap is a data structure mapping keys to values.LSPMap.Entry AnLSPMap
entry (key, value) pair.LSPModeler Modeler environment.LSPModule A module is a collection of global variables.LSPReferenceScope A LSPReferenceScope contains a collection of references that can be released together.LSPValue General value container. -
Enum Summary Enum Description LSPType Modeler types available in this API.