log_infeasible_bounds

(function from pyomo.util.infeasible)

pyomo.util.infeasible.log_infeasible_bounds(m, tol=1e-06, logger=<Logger pyomo.util.infeasible (WARNING)>)[source]

Logs the infeasible variable bounds in the model.

Parameters:
  • m (Block) – Pyomo block or model to check

  • tol (float) – absolute feasibility tolerance

  • logger (logging.Logger) – Logger to output to; defaults to pyomo.util.infeasible.