3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-09 09:21:56 +00:00

remove a function from lar_solver

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-05-07 13:33:46 -07:00 committed by Lev Nachmanson
parent 4e56834b76
commit 39955f1d04
2 changed files with 0 additions and 11 deletions

View file

@ -296,8 +296,6 @@ public:
set_column_value(j, v);
}
lpvar add_named_var(unsigned ext_j, bool is_integer, const std::string&);
lp_status maximize_term(unsigned j_or_term, impq& term_max);
inline core_solver_pretty_printer<lp::mpq, lp::impq> pp(std::ostream& out) const {