3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00

progress in gomory cut

Signed-off-by: Lev Nachmanson <levnach@microsoft.com>
This commit is contained in:
Lev Nachmanson 2017-07-12 16:43:10 -07:00
parent 2056404ed4
commit 8750da1da7
4 changed files with 149 additions and 98 deletions

View file

@ -414,9 +414,7 @@ public:
return v.is_int();
}
bool column_is_real(unsigned j) const {
bool column_is_real(unsigned j) const {
return !column_is_int(j);
}