Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ILP-based extractor that produces an optimal dag-cost extraction (#30)
* better ilp extractor * Separate extractor with timeout and without timeout * fix build. enable ilp-cbc by default * fix to use ilp-cbc with timeout * Move the timeout to the caller * Removing cbc because I don't have permission to install cbc during github workflow * re-enable global-greedy-dag * add description of how cycles are blocked * Following the suggestion of @mwillsey to use floats rather than integers for the levels * fix layout
- Loading branch information