mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fix various nullability checks in seq_regex
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
377dbad3b9
commit
3a7df2c6ef
4 changed files with 22 additions and 16 deletions
|
@ -1967,7 +1967,9 @@ namespace nlsat {
|
|||
bool resolve(clause const & conflict) {
|
||||
clause const * conflict_clause = &conflict;
|
||||
m_lemma_assumptions = nullptr;
|
||||
start:
|
||||
std::cout << "resolve\n";
|
||||
start:
|
||||
std::cout << "start\n";
|
||||
SASSERT(check_marks());
|
||||
TRACE("nlsat_proof", tout << "STARTING RESOLUTION\n";);
|
||||
TRACE("nlsat_proof_sk", tout << "STARTING RESOLUTION\n";);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue