mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
snapshot adding simplex
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
aff92f3ac1
commit
3afa409abb
7 changed files with 117 additions and 4 deletions
|
@ -24,4 +24,5 @@ void theory_pb_params::updt_params(params_ref const & _p) {
|
|||
m_pb_conflict_frequency = p.pb_conflict_frequency();
|
||||
m_pb_learn_complements = p.pb_learn_complements();
|
||||
m_pb_enable_compilation = p.pb_enable_compilation();
|
||||
m_pb_enable_simplex = p.pb_enable_simplex();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue