mirror of
https://github.com/Z3Prover/z3
synced 2026-08-02 04:03:26 +00:00
re-add removed function
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d49c389a69
commit
b0c15fd46c
1 changed files with 3 additions and 1 deletions
|
|
@ -735,7 +735,9 @@ namespace lp {
|
|||
return true;
|
||||
}
|
||||
|
||||
|
||||
bool int_solver::current_solution_is_inf_on_cut() const {
|
||||
return m_imp->current_solution_is_inf_on_cut();
|
||||
}
|
||||
|
||||
void int_solver::simplify(std::function<bool(unsigned)>& is_root) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue