3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-19 23:14:40 +00:00

remove unused *_signed_project() methods

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-12-02 18:46:16 -10:00 committed by Nikolaj Bjorner
parent 208c5b1b73
commit 1200c0bd0c
3 changed files with 0 additions and 8 deletions

View file

@ -833,7 +833,6 @@ namespace qe {
m_answer_simplify(m),
m_trail(m),
m_div_mc(nullptr) {
s.m_solver.get_explain().set_signed_project(true);
m_nftactic = mk_tseitin_cnf_tactic(m);
}