Skip to content

Commit

Permalink
NFC: update doc/fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed May 17, 2024
1 parent 2d2057d commit 7d25d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyomo/solvers/plugins/solvers/CBCplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,12 +833,12 @@ def process_soln_file(self, results):
n_tokens = len(tokens)
#
# These are the only header entries CBC will generate
# (identified via browsing CbcSolver.cpp) See
# (identified via browsing CbcSolver.cpp). See
# https://github.com/coin-or/Cbc/tree/master/src/CbcSolver.cpp
# Search for "(no integer solution - continuous used)"
# (L10796 as of cb855c7)
#
# Note that since this possibly also covers old CBC
# Note that since this possibly also supports old CBC
# versions, we shall not be removing any functionality, even
# if it is not seen in the current revision
#
Expand Down

0 comments on commit 7d25d13

Please sign in to comment.