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:
parent
f828dc9451
commit
09152013b3
10 changed files with 407 additions and 47 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue