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

No solver with tag highs found #79

Closed
hdavid16 opened this issue Jul 31, 2024 · 2 comments
Closed

No solver with tag highs found #79

hdavid16 opened this issue Jul 31, 2024 · 2 comments

Comments

@hdavid16
Copy link

I tried running the example in the readme that uses JuMP and got the following error:

Config exception: no solver with tag highs found
minizinc: MiniZinc driver.
Usage: minizinc  [<options>] [-I <include path>] <model>.mzn [<data>.dzn ...] or just <flat>.fzn
More info with "/Users/hperez/.julia/artifacts/651dd7526ee64ca01c52c9f4aec3183657321b4e/MiniZinc.x86_64-apple-darwin/bin/minizinc --help"
ERROR: failed process: Process(`/Users/hperez/.julia/artifacts/651dd7526ee64ca01c52c9f4aec3183657321b4e/MiniZinc.x86_64-apple-darwin/bin/minizinc --solver highs -o /var/folders/hz/1pps7dld2kz1wc7n0smmdrrh0000gn/T/jl_RPtt1B/model.ozn /var/folders/hz/1pps7dld2kz1wc7n0smmdrrh0000gn/T/jl_RPtt1B/model.mzn`, ProcessExited(1)) [1]

I have HiGHS.jl installed. Do I need to install something separately to run MiniZinc with JuMP?

@hdavid16
Copy link
Author

Switched to master and this issue is no longer present

@odow
Copy link
Member

odow commented Jul 31, 2024

Note that 0.3.11 is master. You likely had some outdated packages installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants