draco2
draco2 copied to clipboard
Look into Clingo features
- [ ] Consider using defaults
- [ ] Remove
not_required
and just usenot required
- [ ] Use unsat cores to find minimal sets of violations
- [ ] Consider using constants as a way to enable/disable constraints instead of rolling our own
- [ ] Use the clingo parser instead of our own hand rolled parser
- [ ] Consider using aspirin for preferences