mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 23:35:26 +00:00
fixing compiler errors
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1c7d523838
commit
272399bebc
2 changed files with 4 additions and 4 deletions
|
@ -50,7 +50,7 @@ namespace simplex {
|
|||
typedef typename Ext::eps_manager eps_manager;
|
||||
typedef typename Ext::scoped_numeral scoped_numeral;
|
||||
typedef _scoped_numeral<eps_manager> scoped_eps_numeral;
|
||||
typedef typename _scoped_numeral_vector<eps_manager> scoped_eps_numeral_vector;
|
||||
typedef _scoped_numeral_vector<eps_manager> scoped_eps_numeral_vector;
|
||||
typedef sparse_matrix<Ext> matrix;
|
||||
struct var_lt {
|
||||
bool operator()(var_t v1, var_t v2) const { return v1 < v2; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue