mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
test that pivoting is correct in dioph_eq.cpp
This commit is contained in:
parent
0db0efce9f
commit
36293ac773
10 changed files with 399 additions and 223 deletions
|
@ -26,10 +26,10 @@ class explanation {
|
|||
typedef vector<std::pair<unsigned, mpq>> pair_vec;
|
||||
typedef hashtable<unsigned, u_hash, u_eq> ci_set;
|
||||
// Only one of the fields below is used. The first call adding an entry decides which one it is.
|
||||
public:
|
||||
vector<std::pair<constraint_index, mpq>> m_vector;
|
||||
ci_set m_set;
|
||||
public:
|
||||
explanation() = default;
|
||||
explanation() {}
|
||||
|
||||
template <typename T>
|
||||
explanation(const T& t) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue