mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +00:00
have the classifier revert to full arithmetic on non-difference logic, reported on http://stackoverflow.com/questions/38594208/changing-order-of-z3-fixepoint-queries-changes-the-result/38596187#3
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
56c78753f0
commit
67c6f9be91
3 changed files with 34 additions and 32 deletions
|
@ -96,8 +96,8 @@ class symbolic_automata {
|
|||
|
||||
public:
|
||||
symbolic_automata(M& m, ba_t& ba): m(m), m_ba(ba) {}
|
||||
automaton_t* mk_determinstic(automaton_t& a);
|
||||
automaton_t* mk_complement(automaton_t& a);
|
||||
//automaton_t* mk_determinstic(automaton_t& a);
|
||||
//automaton_t* mk_complement(automaton_t& a);
|
||||
automaton_t* remove_epsilons(automaton_t& a);
|
||||
automaton_t* mk_total(automaton_t& a);
|
||||
automaton_t* mk_minimize(automaton_t& a);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue