mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
805ac745e9
commit
b0a28160f7
5 changed files with 13 additions and 8 deletions
|
@ -1237,7 +1237,7 @@ void lar_solver::get_infeasibility_explanation_for_inf_sign(
|
|||
}
|
||||
}
|
||||
|
||||
// (x, y) != (x', y') => (x + delty*y) != (x' + delty*y')
|
||||
// (x, y) != (x', y') => (x + delta*y) != (x' + delta*y')
|
||||
void lar_solver::get_model(std::unordered_map<var_index, mpq> & variable_values) const {
|
||||
lp_assert(m_mpq_lar_core_solver.m_r_solver.calc_current_x_is_feasible_include_non_basis());
|
||||
variable_values.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue