mirror of
https://github.com/Z3Prover/z3
synced 2026-08-08 06:52:26 +00:00
Removed random symbol
This commit is contained in:
parent
957560a373
commit
cec3c4b55f
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class seq_monadic {
|
|||
seq::transition_mode m_mode;
|
||||
bool m_model = true; // whether solve()/check() extract a feasible model
|
||||
bool m_min_core = true; // whether check() minimizes the unsat core (else: all deps)
|
||||
solve
|
||||
|
||||
config(seq::transition_mode mode) : m_mode(mode) {}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue