Documentation
Lean
.
Meta
.
Tactic
.
Grind
.
Arith
.
Cutsat
.
Inv
Search
return to top
source
Imports
Lean.Meta.Tactic.Grind.Arith.Cutsat.Util
Lean.Meta.Tactic.Grind.Arith.Cutsat.Var
Imported by
Int
.
Linear
.
Poly
.
checkCoeffs
Int
.
Linear
.
Poly
.
checkNoElimVars
Int
.
Linear
.
Poly
.
checkOccs
Int
.
Linear
.
Poly
.
checkOccs
.
go
Int
.
Linear
.
Poly
.
checkCnstrOf
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
checkLeCnstrs
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
checkLowers
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
checkUppers
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
checkDvds
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
checkVars
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
checkElimEqs
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
checkElimStack
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
checkDiseqCnstrs
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
checkInvariants
source
def
Int
.
Linear
.
Poly
.
checkCoeffs
:
Poly
→
Bool
Returns
true
if all coefficients are not
0
.
Equations
Instances For
source
def
Int
.
Linear
.
Poly
.
checkNoElimVars
(
p
:
Poly
)
:
Lean.Meta.Grind.GoalM
Unit
Equations
Instances For
source
def
Int
.
Linear
.
Poly
.
checkOccs
(
p
:
Poly
)
:
Lean.Meta.Grind.GoalM
Unit
Equations
Instances For
source
def
Int
.
Linear
.
Poly
.
checkOccs
.
go
(
y
:
Var
)
(
p
:
Poly
)
:
Lean.Meta.Grind.GoalM
Unit
Equations
Instances For
source
def
Int
.
Linear
.
Poly
.
checkCnstrOf
(
p
:
Poly
)
(
x
:
Var
)
:
Lean.Meta.Grind.GoalM
Unit
Equations
Instances For
source
def
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
checkLeCnstrs
(
css
:
PArray
(
PArray
LeCnstr
)
)
(
isLower
:
Bool
)
:
GoalM
Unit
Equations
Instances For
source
def
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
checkLowers
:
GoalM
Unit
Equations
Instances For
source
def
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
checkUppers
:
GoalM
Unit
Equations
Instances For
source
def
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
checkDvds
:
GoalM
Unit
Equations
Instances For
source
def
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
checkVars
:
GoalM
Unit
Equations
Instances For
source
def
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
checkElimEqs
:
GoalM
Unit
Equations
Instances For
source
def
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
checkElimStack
:
GoalM
Unit
Equations
Instances For
source
def
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
checkDiseqCnstrs
:
GoalM
Unit
Equations
Instances For
source
def
Lean
.
Meta
.
Grind
.
Arith
.
Cutsat
.
checkInvariants
:
GoalM
Unit
Equations
Instances For