Skip to content

Commit

Permalink
change solution source log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedong Peng committed Oct 29, 2023
1 parent 6f41799 commit 2fe8e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/contrib/mindtpy/single_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ def __call__(self):

# Reference: https://www.ibm.com/docs/en/icos/22.1.1?topic=SSSA5P_22.1.1/ilog.odms.cplex.help/refpythoncplex/html/cplex.callbacks.SolutionSource-class.htm
# Another solution source is user_solution = 118, but it will not be encountered in LazyConstraintCallback.
config.logger.info(
config.logger.debug(
"Solution source: {} (111 node_solution, 117 heuristic_solution, 119 mipstart_solution)".format(
self.get_solution_source()
)
Expand Down

0 comments on commit 2fe8e24

Please sign in to comment.