mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 13:18:55 +00:00
remove dead code
This commit is contained in:
parent
1c907e8d09
commit
4e327babda
3 changed files with 1 additions and 73 deletions
|
@ -364,9 +364,6 @@ class lar_solver : public column_namer {
|
|||
}
|
||||
}
|
||||
|
||||
bool is_fixed_at_bound(column_index const& j, vector<std::tuple<explanation, column_index, bool, mpq>>& bounds);
|
||||
bool has_fixed_at_bound(vector<std::tuple<explanation, column_index, bool, mpq>>& bounds);
|
||||
|
||||
bool is_fixed(column_index const& j) const { return column_is_fixed(j); }
|
||||
inline column_index to_column_index(unsigned v) const { return column_index(external_to_column_index(v)); }
|
||||
bool external_is_used(unsigned) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue