Alpha
Alpha copied to clipboard
Improve ReplayHeuristic
ReplayHeuristic
has been introduced for #172 and has been implemented in a minimally viable way.
In this issue, we collect improvements to be implemented in the future:
- [ ] provide replay choices as ground atoms (e.g.
holds(a)
) instead of signed solver-internal atom IDs - [ ] provide replay choices via files instead of command-line arguments
- [ ] ...