mirror of
https://github.com/Z3Prover/z3
synced 2025-05-09 16:55:47 +00:00
sort muxes
This commit is contained in:
parent
7d47e45c6b
commit
a634876180
2 changed files with 9 additions and 5 deletions
|
@ -57,6 +57,8 @@ public:
|
|||
|
||||
void execute(cmd_context & ctx) override {
|
||||
model_ref md;
|
||||
if (ctx.ignore_check())
|
||||
return;
|
||||
if (!ctx.is_model_available(md))
|
||||
throw cmd_exception("model is not available");
|
||||
if (!m_target)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue