mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
parent
51eaf84eed
commit
9b609af8fc
5 changed files with 19 additions and 18 deletions
|
@ -244,7 +244,7 @@ namespace sat {
|
|||
throw sat_param_exception("invalid PB lemma format: 'cardinality' or 'pb' expected");
|
||||
|
||||
m_card_solver = p.cardinality_solver();
|
||||
m_xor_solver = p.xor_solver();
|
||||
m_xor_solver = false && p.xor_solver(); // hide this option until thoroughly tested
|
||||
|
||||
sat_simplifier_params sp(_p);
|
||||
m_elim_vars = sp.elim_vars();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue