3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 21:50:52 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-31 14:10:39 -07:00
parent 55c285c0df
commit 6635f92842
2 changed files with 7 additions and 4 deletions

View file

@ -490,7 +490,7 @@ namespace sat {
break;
}
case ba_solver::xr_t:
NOT_IMPLEMENTED_YET();
throw default_exception("local search is incompatible with enabling xor solving");
break;
}
}