mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
work on incremental version
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
d68ebeeb9f
commit
71c433908c
4 changed files with 754 additions and 346 deletions
|
@ -66,12 +66,12 @@ enum class lp_status {
|
|||
UNBOUNDED,
|
||||
TENTATIVE_DUAL_UNBOUNDED,
|
||||
DUAL_UNBOUNDED,
|
||||
OPTIMAL,
|
||||
FEASIBLE,
|
||||
TIME_EXHAUSTED,
|
||||
EMPTY,
|
||||
UNSTABLE,
|
||||
CANCELLED
|
||||
CANCELLED,
|
||||
FEASIBLE,
|
||||
OPTIMAL
|
||||
};
|
||||
|
||||
// when the ratio of the vector length to domain size to is greater than the return value we switch to solve_By_for_T_indexed_only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue