Skip to content

Commit abac52e

Browse files
committed
remove var_register_dio.h
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent 89eec4c commit abac52e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/math/lp/dioph_eq.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "math/lp/int_solver.h"
1010
#include "math/lp/lar_solver.h"
1111
#include "math/lp/lp_utils.h"
12-
#include "math/lp/var_register_dio.h"
12+
#include "math/lp/var_register.h"
1313
/*
1414
Following paper: "A Practical Approach to Satisfiability Modulo Linear
1515
Integer Arithmetic" by Alberto Griggio([email protected]).
@@ -213,7 +213,7 @@ namespace lp {
213213
entry_status m_entry_status;
214214
};
215215

216-
var_register_dio m_var_register;
216+
var_register m_var_register;
217217
std_vector<entry> m_entries;
218218
// the terms are stored in m_A and m_c
219219
static_matrix<mpq, mpq> m_e_matrix; // the rows of the matrix are the terms,

0 commit comments

Comments
 (0)