Skip to content

Commit

Permalink
apologies - pushed a bit too soon
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhforrest committed Nov 21, 2024
1 parent 07fde2e commit c4c1523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CbcNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6675,7 +6675,7 @@ int CbcNode::chooseClpBranch(CbcModel *model,
depth_ = lastNode->depth_ + 1;
delete branch_;
branch_ = NULL;
#ifdef CBC_HAS_NAUTY
#if 0 //def CBC_HAS_NAUTY
{
int nx = model->fixFromGlobalCuts();
//if (nx)
Expand Down

0 comments on commit c4c1523

Please sign in to comment.