ddo
ddo copied to clipboard
DDO a generic and efficient framework for MDD-based optimization.
Results
1
ddo issues
Sort by
recently updated
recently updated
newest added
Guessing from the [technical note](https://github.com/xgillard/ddo/blob/06912f8565281ac58d462386e87f8e5fedcd1690/ddo/src/abstraction/heuristics.rs#L36) for `WidthHeuristic`, all traits that don't directly define the problem are designed to be problem-agnostic, and should be written using type parameters instead of associated...