3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-09 16:55:47 +00:00

sort muxes

This commit is contained in:
Nikolaj Bjorner 2022-04-13 18:00:02 +02:00
parent 7d47e45c6b
commit a634876180
2 changed files with 9 additions and 5 deletions

View file

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