Skip to content

Commit

Permalink
merging with main
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaz1502 committed Nov 30, 2023
2 parents 35e0198 + 666dbd8 commit b367255
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Smt/Reconstruction/Certifying/Arith/MulPosNeg/Tactic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,4 @@ def arithMulMeta (va vb vc : Expr) (pos : Bool) (compId : Nat) (thms : List Name
evalTactic (← `(tactic| exact $(mkIdent fname)))
trace[smt.profile] m!"[arithMulNeg] end time: {← IO.monoNanosNow}ns"

example {a b c : Real} : 0 > c ∧ a ≤ b → c * a ≥ c * b := by
arithMulNeg [a,b,c], 1

end Smt.Reconstruction.Certifying

0 comments on commit b367255

Please sign in to comment.