3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-12 18:00:43 -07:00
parent 75a460cc15
commit 84a4d9850b

View file

@ -392,6 +392,8 @@ namespace smt {
template<typename Ext>
final_check_status theory_dense_diff_logic<Ext>::final_check_eh() {
//fix_zero();
//compute_epsilon();
init_model();
if (assume_eqs(m_var_value_table))
return FC_CONTINUE;
@ -768,7 +770,7 @@ namespace smt {
*/
template<typename Ext>
void theory_dense_diff_logic<Ext>::compute_epsilon() {
m_epsilon = rational(1);
m_epsilon = rational(1, 2);
typename edges::const_iterator it = m_edges.begin();
typename edges::const_iterator end = m_edges.end();
// first edge is null