mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
more aggressive patching
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
e5503cdc65
commit
b84585beeb
5 changed files with 27 additions and 26 deletions
|
@ -94,7 +94,6 @@ private:
|
|||
bool is_fixed(unsigned j) const;
|
||||
bool is_free(unsigned j) const;
|
||||
bool value_is_int(unsigned j) const;
|
||||
void set_value_for_nbasic_column_ignore_old_values(unsigned j, const impq & new_val);
|
||||
bool is_feasible() const;
|
||||
bool column_is_int_inf(unsigned j) const;
|
||||
std::ostream& display_inf_rows(std::ostream&) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue