3
0
Fork 0
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:
Anh-Dung Phan 2013-11-22 18:15:34 -08:00
parent 37f5628824
commit b35088f7e5
3 changed files with 29 additions and 17 deletions

View file

@ -54,7 +54,6 @@ namespace smt {
enum edge_state {
LOWER = 1,
BASIS = 0,
UPPER = -1
};
typedef dl_var node;