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:
parent
2056404ed4
commit
8750da1da7
4 changed files with 149 additions and 98 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue