Skip to content

Commit

Permalink
fix: adjust pre_dcp to updated atom library
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonfmir committed Mar 9, 2024
1 parent 3281a89 commit 81ef3b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CvxLean/Tactic/PreDCP/Egg/FromMinimization.lean
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ def opMap : HashMap String (String × Array EggTreeOpArgTag) :=
("mul", ("mul", #[.arg, .arg])),
("mul1", ("mul", #[.arg, .arg])),
("mul2", ("mul", #[.arg, .arg])),
("mul3", ("mul", #[.arg, .arg])),
("mul4", ("mul", #[.arg, .arg])),
("div", ("div", #[.arg, .arg])),
("div1", ("div", #[.arg, .arg])),
("div2", ("div", #[.arg, .arg])),
("quadOverLin", ("qol", #[.arg, .arg])),
("geoMean", ("geo", #[.arg, .arg])),
("logSumExp₂", ("lse", #[.arg, .arg])),
Expand Down

0 comments on commit 81ef3b7

Please sign in to comment.