mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
adebd2fd94
commit
7fd1c171ce
1 changed files with 1 additions and 0 deletions
|
@ -341,6 +341,7 @@ namespace polysat {
|
|||
TRACE("bv", tout << "literal is true " << ctx.literal2expr(lit) << "\n");
|
||||
return false;
|
||||
}
|
||||
TRACE("bv", tout << name << ": "; for (auto lit : lits) tout << ctx.literal2expr(lit) << " "; tout << "\n");
|
||||
validate_axiom(lits);
|
||||
s().add_clause(lits.size(), lits.data(), sat::status::th(is_redundant, get_id(), hint));
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue