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