mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
add shortcut filter to avoid traversing model reconstruction trail if there are no intersections with model
This commit is contained in:
parent
6d8d8f1971
commit
8495be11f9
3 changed files with 43 additions and 10 deletions
|
@ -123,7 +123,7 @@ ATOMIC_CMD(help_simplifier_cmd, "help-simplifier", "display the simplifier combi
|
|||
|
||||
class set_simplifier_cmd : public parametric_cmd {
|
||||
protected:
|
||||
sexpr * m_simplifier;
|
||||
sexpr * m_simplifier = nullptr;
|
||||
public:
|
||||
set_simplifier_cmd():
|
||||
parametric_cmd("set-simplifier") {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue