mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
debugging opt
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
90bd02b5f7
commit
af55088b78
8 changed files with 92 additions and 34 deletions
|
@ -31,7 +31,7 @@ struct theory_pb_params {
|
|||
m_pb_conflict_frequency(0),
|
||||
m_pb_learn_complements(true),
|
||||
m_pb_enable_compilation(true),
|
||||
m_pb_enable_simplex(false)
|
||||
m_pb_enable_simplex(false)
|
||||
{}
|
||||
|
||||
void updt_params(params_ref const & p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue