Custom branch and bound implementation using HiGHS (rust crate) #1738
Unanswered
DaveLanday
asked this question in
Q&A
Replies: 1 comment 2 replies
-
If you're wanting to use HiGHS to solve LP problems for a model with integrality values set to HighsVarType::kInteger, just set the solve_relaxation option to true |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use highs in my own implementation of Branch and Bound. I am using the highs.rs crate. Will I have to set the option mip_max_nodes to 1 in order to achieve this? If no one has familiarity with the highs.rs crate, how is this done in general? I asked in a discussion at the highs.rs repo but did not get a clarifying or direct response.
Beta Was this translation helpful? Give feedback.
All reactions