3
0
Fork 0
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:
Nikolaj Bjorner 2025-10-28 13:51:20 -07:00
parent 8ba9d8c16a
commit 85c9d9ed27
4 changed files with 29 additions and 0 deletions

View file

@ -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;