mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
change core::get_var_weight() to return unsigned, remove some warnings from test/lp/lp.cpp
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
1cc5935953
commit
0bb29bca69
4 changed files with 108 additions and 118 deletions
|
@ -35,18 +35,6 @@ struct occ {
|
|||
}
|
||||
};
|
||||
|
||||
enum var_weight {
|
||||
FIXED = 0,
|
||||
QUOTED_FIXED = 1,
|
||||
BOUNDED = 2,
|
||||
QUOTED_BOUNDED = 3,
|
||||
NOT_FREE = 4,
|
||||
QUOTED_NOT_FREE = 5,
|
||||
FREE = 6,
|
||||
QUOTED_FREE = 7,
|
||||
MAX_DEFAULT_WEIGHT = 7
|
||||
};
|
||||
|
||||
|
||||
// the purpose of this class is to create nex objects, keep them,
|
||||
// sort them, and delete them
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue