Skip to content

Commit

Permalink
Remove the last call to Gecode::Gist
Browse files Browse the repository at this point in the history
Gist is the Gecode Interactive Search Tool, using Qt to display a GUI.
  • Loading branch information
pierrewillenbrockdfki committed Jul 20, 2023
1 parent 006a113 commit 67b087a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/csp/TransportNetwork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,7 @@ void TransportNetwork::postRoleAssignments()
// to draw system by supply demand
//branchTimelines(*this, mTimelines, mSupplyDemand);
Gecode::branch(*this,&TransportNetwork::doPostMinCostFlow);
Gecode::Gist::stopBranch(*this);
//Gecode::Gist::stopBranch(*this);
}


Expand Down

0 comments on commit 67b087a

Please sign in to comment.