Gurobi Environment handling #3633
Unanswered
torressa
asked this question in
Feature requests
Replies: 2 comments 1 reply
-
This is not possible. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Very complex. I do not want to depend on gurobipy, and the code is not
structured this way.
The only solution is to pass the structure that holds the isv key from
python to c++.
Le mar. 31 janv. 2023, 21:39, Ronald van der Velden <
***@***.***> a écrit :
… Currently it's not possible - but what would need to change to make this
possible? @lperron <https://github.com/lperron> Do you have specific
concerns around implementing this possibility for languages like Python?
—
Reply to this email directly, view it on GitHub
<#3633 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUPL3LXF4UEFO6YKNWAOW3WVF2B5ANCNFSM6AAAAAAUM4T3PE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What language and solver does this apply to?
Every language except C++ (this already exists).
Describe the problem you are trying to solve.
I would like to be able to pass a Gurobi environment as input.
In C++ this already exists via
or-tools/ortools/linear_solver/gurobi_proto_solver.h
Lines 35 to 36 in 82750ac
All other APIs cannot take a user-defined environment (Gurobi has an
Env
construct for all Python, Java, .NET).Please correct me if this is already possible.
Describe the solution you'd like
To be able to pass an environment for example
Beta Was this translation helpful? Give feedback.
All reactions