Asserts constraints implied by a CooperSplit
.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
- Lean.Meta.Grind.Arith.Cutsat.tightUsingDvd c dvd? = pure c
Assuming all variables smaller than x
have already been assigned,
returns the best lower bound for x
using the given partial assignment and
inequality constraints where x
is the maximal variable.
Equations
- One or more equations did not get rendered due to their size.
Assuming all variables smaller than x
have already been assigned,
returns the best upper bound for x
using the given partial assignment and
inequality constraints where x
is the maximal variable.
Equations
- One or more equations did not get rendered due to their size.
Returns values we cannot assign x
because of disequality constraints.
Equations
- One or more equations did not get rendered due to their size.
Solution space for a divisibility constraint of the form d ∣ a*x + b
See DvdCnstr.getSolutions?
to understand how it is computed.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
Equations
- One or more equations did not get rendered due to their size.
- found (val : Int) : FindIntValResult
- diseq (c : DiseqCnstr) : FindIntValResult
- dvd : FindIntValResult
Tries to find an integer v
s.t. lower ≤ v ≤ upper
, v ∉ dvals
, and v ∈ s
.
Returns .found v
if result was found, .dvd
if it failed because of the divisibility constraint,
and .diseq c
because of the disequality constraint c
.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Given c₁
of the form a₁*x + p₁ ≠ 0
, and c₂
of the form b*x + p ≤ 0
splits c₁
and resolve with c₂
.
Equations
- One or more equations did not get rendered due to their size.
Given c₁
of the form -a₁*x + p₁ ≤ 0
, and c
of the form b*x + p ≠ 0
,
splits c
and resolve with c₁
.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Returns true
if we already have a complete assignment / model.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.