3
0
Fork 0
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:
Nikolaj Bjorner 2025-01-08 12:50:46 -08:00
parent c1a62d346c
commit 270c127407
3 changed files with 63 additions and 2 deletions

View file

@ -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();