There was an error while loading. Please reload this page.
1 parent 89eec4c commit abac52eCopy full SHA for abac52e
src/math/lp/dioph_eq.cpp
@@ -9,7 +9,7 @@
9
#include "math/lp/int_solver.h"
10
#include "math/lp/lar_solver.h"
11
#include "math/lp/lp_utils.h"
12
-#include "math/lp/var_register_dio.h"
+#include "math/lp/var_register.h"
13
/*
14
Following paper: "A Practical Approach to Satisfiability Modulo Linear
15
Integer Arithmetic" by Alberto Griggio(griggio@fbk.eu).
@@ -213,7 +213,7 @@ namespace lp {
213
entry_status m_entry_status;
214
};
215
216
- var_register_dio m_var_register;
+ var_register m_var_register;
217
std_vector<entry> m_entries;
218
// the terms are stored in m_A and m_c
219
static_matrix<mpq, mpq> m_e_matrix; // the rows of the matrix are the terms,
0 commit comments