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:
parent
4e56834b76
commit
39955f1d04
2 changed files with 0 additions and 11 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue