mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
disable breaking change to model generation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
eded7d023d
commit
e1fa04b365
3 changed files with 48 additions and 21 deletions
|
@ -89,6 +89,7 @@ class re2automaton {
|
|||
scoped_ptr<boolean_algebra_t> m_ba;
|
||||
scoped_ptr<symbolic_automata_t> m_sa;
|
||||
|
||||
bool is_unit_char(expr* e, expr_ref& ch);
|
||||
eautomaton* re2aut(expr* e);
|
||||
eautomaton* seq2aut(expr* e);
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue