Is PyOptInterface deterministic? #58
Answered
by
metab0t
eduardosalaz
asked this question in
Q&A
-
|
I'd like to know if PyOptInterface consistently builds the same model with the same data for Gurobi and HiGHS, or what changes in the data or model may lead to PyOptInterface producing different models. |
Beta Was this translation helpful? Give feedback.
Answered by
metab0t
Sep 29, 2025
Replies: 1 comment
-
|
I am not sure what kind of deterministic behavior you are referring to. There is no randomness in PyOptInterface, it just translates the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eduardosalaz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not sure what kind of deterministic behavior you are referring to.
There is no randomness in PyOptInterface, it just translates the
add_variableoradd_linear_constraintfunctions to underlying solver API eagerly.