-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Error in jniortools.dll #3946
Comments
Without a reproducible example, I cannot do anything. Please reopen if you can provide it. |
Sorry, but I can't do it, only collaborators can. Please reopen this issue. |
how to I run it ? I do not have intellij |
Sorry about any inconvenience, I'm not using a git and any modern IDE's for coding :) |
Could you tell me please, is there any information about issue progress? Can I help you with it? |
Please provide us at least the note: you can also fork and adapt this template: https://github.com/or-tools/java_or-tools |
Okay, I've also added you to a private repository named SCIP-task. At master branch you'll find a Maven project with all necessary files. |
can you try with 9.11 ? |
What version of OR-Tools and what language are you using?
Version: ortools-java-9.7.2996
Language: Java
Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)
SCIP and GLOP. Tried both of them.
What operating system (Linux, Windows, ...) and version?
Windows 10 Pro 21H2
What did you do?
I've made a model based on a linear solver. the idea as follows: for each season (there is a seven seasons) I call clear() for a MPSolver and recreate new constraints/vars/function. It works perfectly until reaching the season four, where we add more constraints/vars into the model (for example in first three seasons we have about 2k vars and 2k constraints, but in season four we have about 2.1k vars and 2.2k constraints). So this seasons crashes with log (in attachment).
I thought that's a problem of re/creating new constraints/vars, so I started to reuse them by setBounds/setCoefficient from MPConstraint, but it didn't help.
What did you expect to see
I expected to see a feasible/infeasible result.
What did you see instead?
Console output as below:
Make sure you include information that can help us debug (full error message, model Proto).
Anything else we should know about your project / environment
hs_err_pid7188.log
The text was updated successfully, but these errors were encountered: