Skip to content

Commit

Permalink
fixes missing namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hlefebvr committed Aug 17, 2023
1 parent 1c7f339 commit 79d9c50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class idol::BranchingRules::MostInfeasible : public VariableBranchingRule<NodeIn
};

template<class NodeInfoT>
void BranchingRules::MostInfeasible<NodeInfoT>::add_branching_candidate(const Var &t_var) {
void idol::BranchingRules::MostInfeasible<NodeInfoT>::add_branching_candidate(const Var &t_var) {
m_branching_candidates.emplace_back(t_var);
}

Expand Down

0 comments on commit 79d9c50

Please sign in to comment.