mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix #4116
delta has to be computed based on Simplex tableau not on difference graph.
This commit is contained in:
parent
3a63c3751e
commit
4f462925a0
7 changed files with 91 additions and 21 deletions
|
@ -286,4 +286,8 @@ typedef mpq_inf_manager<false> synch_mpq_inf_manager;
|
|||
#endif
|
||||
typedef mpq_inf_manager<false> unsynch_mpq_inf_manager;
|
||||
|
||||
typedef _scoped_numeral<unsynch_mpq_inf_manager> scoped_mpq_inf;
|
||||
typedef _scoped_numeral<synch_mpq_inf_manager> scoped_synch_mpq_inf;
|
||||
typedef _scoped_numeral_vector<unsynch_mpq_inf_manager> scoped_mpq_inf_vector;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue