3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-12 16:19:54 -07:00
parent 51eaf84eed
commit 9b609af8fc
5 changed files with 19 additions and 18 deletions

View file

@ -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();