-
Notifications
You must be signed in to change notification settings - Fork 8
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
OR-tools support #4
Comments
Right now, the interface can only handle solvers which have a direct interface built into MiniZinc (this is because emulating the child process handling for FlatZinc solvers is rather difficult for WebAssembly/JS). So you would have to add some code to MiniZinc which directly uses the OR-Tools library (theoretically this shouldn't be super difficult though). |
Thanks! When following the steps from: https://www.minizinc.org/doc-2.5.5/en/installation_detailed_wasm.html, to compile it as WebAssambly; I get the follow error: I did not change anything to the code yet, just latest code from GitHub. Using same command with |
That does indeed look out of date. We do actually use |
Hi!
Is it currently possible to manually include Google OR-tools in the compilation of minizinc-js?
The text was updated successfully, but these errors were encountered: