mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3a7df2c6ef
commit
e2b2b7f82e
1 changed files with 1 additions and 3 deletions
|
@ -1967,9 +1967,7 @@ namespace nlsat {
|
||||||
bool resolve(clause const & conflict) {
|
bool resolve(clause const & conflict) {
|
||||||
clause const * conflict_clause = &conflict;
|
clause const * conflict_clause = &conflict;
|
||||||
m_lemma_assumptions = nullptr;
|
m_lemma_assumptions = nullptr;
|
||||||
std::cout << "resolve\n";
|
start:
|
||||||
start:
|
|
||||||
std::cout << "start\n";
|
|
||||||
SASSERT(check_marks());
|
SASSERT(check_marks());
|
||||||
TRACE("nlsat_proof", tout << "STARTING RESOLUTION\n";);
|
TRACE("nlsat_proof", tout << "STARTING RESOLUTION\n";);
|
||||||
TRACE("nlsat_proof_sk", tout << "STARTING RESOLUTION\n";);
|
TRACE("nlsat_proof_sk", tout << "STARTING RESOLUTION\n";);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue