3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +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

@ -26,11 +26,9 @@ Revision History:
#include <iomanip>
#include "util/lp/lp_utils.h"
#include "util/stopwatch.h"
#include "util/lp/lp_types.h"
namespace lp {
typedef unsigned var_index;
typedef unsigned constraint_index;
typedef unsigned row_index;
enum class column_type {
free_column = 0,