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 15:25:08 -07:00
parent db9d6d12fc
commit c85113acdb
3 changed files with 3 additions and 25 deletions

View file

@ -248,6 +248,9 @@ namespace sat {
sat_simplifier_params sp(_p);
m_elim_vars = sp.elim_vars();
if (m_drat && (m_xor_solver || m_card_solver))
throw sat_param_exception("DRAT checking only works for pure CNF");
}
void config::collect_param_descrs(param_descrs & r) {