mirror of
https://github.com/Z3Prover/z3
synced 2025-11-25 23:19:32 +00:00
parallel helper
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8ba9d8c16a
commit
85c9d9ed27
4 changed files with 29 additions and 0 deletions
|
|
@ -195,6 +195,7 @@ namespace smt {
|
|||
if (m_on_clause_eh) {
|
||||
// Encode status as an integer flag for simplicity.
|
||||
unsigned st_code = 0;
|
||||
IF_VERBOSE(0, if (status::assumption != st) verbose_stream() << "status " << st << "\n");
|
||||
switch (st) {
|
||||
case status::assumption: st_code = 1; break;
|
||||
case status::lemma: st_code = 2; break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue