See: Description
| Interface | Description |
|---|---|
| LSCallback |
LSCallback interface.
|
| LSDoubleArrayExternalFunction |
Double array external function interface.
|
| LSDoubleExternalFunction |
Double external function interface.
|
| LSIntArrayExternalFunction |
Integer array external function interface.
|
| LSIntExternalFunction |
Integer external function interface.
|
| LSLambdaFunction |
Lambda function interface.
|
| LSLambdaFunction0 |
Lambda function interface.
|
| LSLambdaFunction1 |
Lambda function interface.
|
| LSLambdaFunction2 |
Lambda function interface.
|
| LSLambdaFunction3 |
Lambda function interface.
|
| Class | Description |
|---|---|
| LocalSolver |
LocalSolver environment.
|
| LSArray |
Value type for array expressions.
|
| LSCollection |
Value type for collection expressions (lists or sets).
|
| LSEvaluationPoint |
An evaluation point associated with an external function with surrogate modeling.
|
| LSExpression |
Mathematical modeling expression.
|
| LSExternalArgumentValues |
Argument values for external functions.
|
| LSExternalContext |
Context of an external function.
|
| LSInconsistency |
Inconsistency core of the optimization model.
|
| LSModel |
Mathematical optimization model.
|
| LSParam |
Solving parameters.
|
| LSPhase |
Optimization phase.
|
| LSSolution |
Solution to the optimization model.
|
| LSStatistics |
Statistics of the search.
|
| LSSurrogateParameters |
Parameters specific to the surrogate modeling feature.
|
| LSVersion |
Version, license 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.
|