-
I am trying to use Bonmin to solve problem with nonlinier objective function, but C++ program run with status INFEAS. I can't understand how to use bonmin with integer variables. constrain g[0] is infeasible.
|
Beta Was this translation helpful? Give feedback.
Answered by
svigerske
Feb 1, 2021
Replies: 1 comment 3 replies
-
Don't know. Try starting with |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
agnusarev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't know. Try starting with
g[0] = 0.0;
ineval_g
.eval_jac_g
seems to be missing an implementation.