mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 00:05:46 +00:00
updates to nra_solver integration to call it directly from theory_lra instead of over lar_solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d2b2aedef3
commit
e306287d7b
6 changed files with 120 additions and 107 deletions
|
@ -26,8 +26,6 @@ enum class final_check_status {
|
|||
|
||||
typedef vector<std::pair<mpq, constraint_index>> explanation_t;
|
||||
|
||||
typedef std::unordered_map<lean::var_index, rational> nra_model_t;
|
||||
|
||||
|
||||
enum class column_type {
|
||||
free_column = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue