Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ILP: Add 'limp' as a native-dependency-less option #1

Open
wants to merge 6 commits into
base: new-pipeline
Choose a base branch
from

Conversation

tomsmeding
Copy link

I've added a Haskell-only alternative to MIP, i.e. an ILP solver that doesn't require an external tool. I haven't tested this at all; it's inspired by code that I've tested locally that does work for a simple smoke-test ILP, but I've only compiled the code after integration into accelerate.

Please test this thoroughly. ;p

Motivation

I don't want it to be necessary to install more external tools in order to run Accelerate. LLVM is already enough pain.

Further notes

What's going on with the non-typechecking iteB? I commented it out in a separate commit for now, otherwise the code doesn't build.

@tomsmeding tomsmeding marked this pull request as ready for review December 18, 2022 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant