mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
sketch fixed variable callback mechanism
This commit is contained in:
parent
c1a62d346c
commit
270c127407
3 changed files with 63 additions and 2 deletions
|
@ -311,6 +311,7 @@ public:
|
|||
|
||||
inline void restore_x() { m_mpq_lar_core_solver.m_r_x = m_backup_x; }
|
||||
|
||||
std::function<void(lpvar)> m_fixed_var_eh;
|
||||
template <typename T>
|
||||
void explain_implied_bound(const implied_bound& ib, lp_bound_propagator<T>& bp) {
|
||||
u_dependency* dep = ib.explain_implied();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue