mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
Update diff logic optimization
This commit is contained in:
parent
37f5628824
commit
b35088f7e5
3 changed files with 29 additions and 17 deletions
|
@ -54,7 +54,6 @@ namespace smt {
|
|||
enum edge_state {
|
||||
LOWER = 1,
|
||||
BASIS = 0,
|
||||
UPPER = -1
|
||||
};
|
||||
|
||||
typedef dl_var node;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue