3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 12:07:52 +00:00

dead code

This commit is contained in:
Jakob Rath 2022-07-21 11:48:41 +02:00
parent c31503f67d
commit 8d871bf8b5
2 changed files with 0 additions and 9 deletions

View file

@ -1108,13 +1108,6 @@ namespace polysat {
add_clause(4, cs, is_redundant);
}
void solver::insert_constraint(signed_constraints& cs, signed_constraint c) {
SASSERT(c);
LOG_V("INSERTING: " << c);
cs.push_back(c);
SASSERT(invariant(cs));
}
void solver::push() {
LOG("Push user scope");
push_level();