mirror of
https://github.com/Z3Prover/z3
synced 2026-03-02 11:46:55 +00:00
forbidden intervals for strict inequalities
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
82798863ba
commit
417a5320c7
5 changed files with 95 additions and 19 deletions
|
|
@ -831,7 +831,7 @@ namespace polysat {
|
|||
|
||||
// Add lemma to storage
|
||||
void solver::add_clause(clause& clause) {
|
||||
LOG("Lemma: " << clause);
|
||||
LOG((clause.is_redundant() ? "Lemma: ": "Aux: ") << clause);
|
||||
for (sat::literal lit : clause) {
|
||||
LOG(" Literal " << lit << " is: " << lit2cnstr(lit));
|
||||
// SASSERT(m_bvars.value(lit) != l_true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue