3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 19:05:51 +00:00

var_eqs compiles but broken

This commit is contained in:
Lev Nachmanson 2019-04-02 21:30:36 -07:00
parent f828dc9451
commit 09152013b3
10 changed files with 407 additions and 47 deletions

View file

@ -18,6 +18,8 @@ Revision History:
--*/
#pragma once
#include <unordered_set>
#include "util/lp/lp_utils.h"
namespace lp {
class explanation {
vector<std::pair<mpq, constraint_index>> m_explanation;