| Interface | Description |
|---|---|
| LSCallback |
Implementing the LSCallback interface allows having user-defined functions called regularly during the search.
|
| Class | Description |
|---|---|
| LocalSolver |
LocalSolver environment.
|
| LSCollection |
Value type for collection expressions (lists).
|
| LSExpression |
Mathematical modeling expression.
|
| LSModel |
Mathematical optimization model.
|
| LSParam |
Solving parameters.
|
| LSPhase |
Optimization phase.
|
| LSSolution |
Solution to the optimization model.
|
| LSStatistics |
Statistics of the search.
|
| LSVersion |
Version and copyright info.
|
| Enum | Description |
|---|---|
| LSCallbackType |
List of types that can be used with callbacks.
|
| LSErrorCode |
List of error codes used by LSException.
|
| LSObjectiveDirection |
Objective directions.
|
| LSOperator |
Mathematical operators available for modeling.
|
| LSSolutionStatus |
Solution status: Optimal, Feasible, Infeasible or Inconsistent.
|
| LSState |
State of LocalSolver environment.
|
| Exception | Description |
|---|---|
| LSException |
LocalSolver exception.
|