-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data structure docs #245
base: ale/3.0
Are you sure you want to change the base?
Data structure docs #245
Conversation
e80b2c9
to
d149673
Compare
src/EGraphs/egraph.jl
Outdated
@@ -304,6 +383,7 @@ function addexpr!(g::EGraph, se)::Id | |||
|
|||
isexpr(e) || return add!(g, VecExpr(Id[Id(0), Id(0), Id(0), add_constant!(g, e)]), false) | |||
|
|||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@olynch merge leftover
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## ale/3.0 #245 +/- ##
===========================================
+ Coverage 81.06% 81.17% +0.10%
===========================================
Files 19 18 -1
Lines 1500 1498 -2
===========================================
Hits 1216 1216
+ Misses 284 282 -2 ☔ View full report in Codecov by Sentry. |
Benchmark Results
Benchmark PlotsA plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR. |
Co-authored-by: Alessandro Cheli <[email protected]>
Continuation of #232.