mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 02:10:23 +00:00
add option to persist clauses #7109
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a2fa4ff1bc
commit
3b90816025
5 changed files with 43 additions and 17 deletions
|
@ -170,6 +170,14 @@ struct smt_params : public preprocessor_params,
|
|||
unsigned m_old_clause_relevancy = 6; //!< Max. number of unassigned literals to be considered relevant.
|
||||
double m_inv_clause_decay = 1; //!< clause activity decay
|
||||
|
||||
// -----------------------------------
|
||||
//
|
||||
// User propagator configuration
|
||||
//
|
||||
// -----------------------------------
|
||||
|
||||
bool m_up_persist_clauses = false;
|
||||
|
||||
// -----------------------------------
|
||||
//
|
||||
// SMT-LIB (debug) pretty printer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue