Skip to content
Snippets Groups Projects
Commit b6f4cc80 authored by Clara Witte's avatar Clara Witte
Browse files

Release version v0.2.3

parent cab8c0e5
No related branches found
No related tags found
No related merge requests found
......@@ -319,14 +319,6 @@ class Brancher {
*/
BabNodeWithInfo _create_node_with_info_from_node(BabNode normalNode, unsigned branchVariable, BranchingHistoryInfo::BranchStatus branchStatus, double variableRelaxationSolutionPoint, double parentLowerBound, double parentUpperBound) const;
/**
* @brief Select the node selection strategy. Default is to select the node with highest node selection score.
*
* It is easier but less efficient to select the other two provided options depth-first and breadth first via this
* function instead of selecting a different node selection score function with set_node_selection_score_function.
* However, this function may also be called during the search.
*/
void set_node_selection_strategy(const enums::NS nodeSelectionStratType);
/**
* @brief calculates the branching point. Currently 0.5*(lb + ub);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment