Expand description
Contains the options which can be passed to the Solver.
These influence the following aspects:
- The restart strategy of the solver
- The learned clause database management approach
- The proof logging
Structs§
- Options which determine how the learned clauses are handled within the
Solver. These options influence when the learned clause database removed clauses. - The options which are used by the solver to determine when a restart should occur.
- Options for the
Solverwhich determine how it behaves.
Enums§
- Determines what type of explanation is used for the cumulative constraint based on the explanations described in Section 4.5.1 and 4.5.2 of [1].
- The sorting strategy which is used when considering removal from the clause database.
- Specifies the type of sequence which is used to generate conflict limits before a restart occurs.