mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
atomic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bc54197fb3
commit
b266af3e08
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ static void print_core(cmd_context& ctx) {
|
|||
ctx.regular_stream() << ")" << std::endl;
|
||||
}
|
||||
|
||||
TOMIC_CMD(get_unsat_core_cmd, "get-unsat-core", "retrieve unsat core", {
|
||||
ATOMIC_CMD(get_unsat_core_cmd, "get-unsat-core", "retrieve unsat core", {
|
||||
if (!ctx.produce_unsat_cores())
|
||||
throw cmd_exception("unsat core construction is not enabled, use command (set-option :produce-unsat-cores true)");
|
||||
if (!ctx.has_manager() ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue