Skip to content

Commit

Permalink
ILP-based extractor that produces an optimal dag-cost extraction (#30)
Browse files Browse the repository at this point in the history
* 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
TrevorHansen authored Jan 12, 2024
1 parent 6e88612 commit 84d67bf
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 220 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 84d67bf

Please sign in to comment.