mirror of
https://github.com/Z3Prover/z3
synced 2025-10-10 17:58:06 +00:00
completing user print experience with seq/re #2200
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fca8ffd948
commit
dc0e9c1919
9 changed files with 115 additions and 11 deletions
|
@ -1608,6 +1608,7 @@ namespace sat {
|
|||
if (inconsistent()) break;
|
||||
assign_scoped(lit);
|
||||
}
|
||||
propagate(false);
|
||||
TRACE("sat",
|
||||
for (literal a : m_assumptions) {
|
||||
index_set s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue