3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-06 17:22:13 +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
parent a5488cf6e7
commit 7de648ff81
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);
}