Expand description
Alternative recursive descent implementation of sketch extraction inspired from pattern matching. This is instead of the bottom-up e-class analysis approach.
FIXME: recursive descent gives wrong results since update to egg main!
Functionsยง
- eclass_
extract_ sketch - Returns the best program satisfying
s
according tocost_f
that is represented in theid
e-class ofegraph
, if it exists.