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

more dead code

This commit is contained in:
Lev Nachmanson 2023-03-08 08:22:25 -08:00
parent 1fb24ebc35
commit 3efe91c3e3
9 changed files with 2 additions and 140 deletions

View file

@ -90,8 +90,6 @@ inline std::ostream& operator<<(std::ostream& out, lp_status status) {
lp_status lp_status_from_string(std::string status);
enum non_basic_column_value_position { at_lower_bound, at_upper_bound, at_fixed, free_of_bounds, not_at_bound };
class lp_resource_limit {
public: