-
Notifications
You must be signed in to change notification settings - Fork 28
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
Published version 3.4.0 does not work #40
Comments
Hello @kammoh, What version of Java and Scala do you use? |
Scala 2.13.5, OpenJDK 11 |
Hi @kammoh, There is an import missing from the MIP example in the documentation. You have to add, import optimus.optimization.model.MPIntVar Apart from that it works fine for me. If this is not the problem in your case you have to provide me with more details. Maybe the code you are trying to run and the way you run it, e.g., from some IDE or SBT console. |
Hi @vagmcs , Upgrading |
Maybe the reason you're not observing this issue on your local machine is that your build-time coverage file ( |
Hello @kammoh, It seems there is indeed a problem with the coverage option. I released a patched version 3.4.1. Can you please try it out? |
Yes, it solves the issue! Thank you for the quick fix! |
Running any of the examples (e.g. https://github.com/vagmcs/Optimus/blob/master/docs/mixed_integer.md) results in an exception:
localPublish
ed version withcoverageEnabled := false
works as expected.Seems to be related to:
scoverage/sbt-scoverage#84 and scoverage/sbt-scoverage#306
The text was updated successfully, but these errors were encountered: