mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
use explanation.h for conflict explanations everywhere
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
fd0f6bcbf9
commit
0911fc2bda
10 changed files with 43 additions and 42 deletions
|
@ -32,8 +32,6 @@ typedef unsigned var_index;
|
|||
typedef unsigned constraint_index;
|
||||
typedef unsigned row_index;
|
||||
|
||||
typedef vector<std::pair<mpq, constraint_index>> explanation_t;
|
||||
|
||||
enum class column_type {
|
||||
free_column = 0,
|
||||
lower_bound = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue