Interface | Description |
---|---|
Solver |
The Solver interface provides a protocol for working with different kinds of constraint solvers
in a universal way.
|
Class | Description |
---|---|
Environment |
The Environment class provides methods to manage global the settings of the subsystem.
|
SolverBase | |
SolverOperation |
The SolverOperation class stores information about a solver operation.
|
SolverResult |
The
SolverResult class stores a solution to the specified constraint
including the status of the operation and the list of errors if any occurred. |
SolverResultBuilder |
Enum | Description |
---|---|
SolverId |
The SolverId enumeration specifies which solver should be used to solve a particular constraint.
|
SolverOperation.Kind |
Describes the type of the solver operation.
|
SolverResult.Status |
Describes possible statuses of the results produced by a constraint solver.
|