@CheckReturnValue @ParametersAreNonnullByDefault @FieldsAreNonnullByDefault @ReturnValuesAreNonnullByDefault
See: Description
| Class | Description |
|---|---|
| SolverContextFactory |
Factory class for loading and generating solver contexts.
|
| SolverContextFactory.InnerUtilFactory |
Interface for completely encapsulating all accesses to a solver's package to decouple the
solver's package from the rest of the code.
|
| Enum | Description |
|---|---|
| SolverContextFactory.Solvers |
SolverContextFactory is a package entry point, which creates a
SolverContext object. All operations on formulas are performed
using managers, available through the context object.
All interfaces which form the public API are located in the API package.