infeasible

Module with diagnostic utilities for infeasible models.

Functions

find_close_to_bounds(m[, tol])

Find variables and constraints whose values are close to their bounds.

find_infeasible_bounds(m[, tol])

Find variables whose values are outside their bounds

find_infeasible_constraints(m[, tol])

Find the infeasible constraints in the model.

log_active_constraints(m[, logger])

DEPRECATED.

log_close_to_bounds(m[, tol, logger])

Print the variables and constraints that are near their bounds.

log_infeasible_bounds(m[, tol, logger])

Logs the infeasible variable bounds in the model.

log_infeasible_constraints(m[, tol, logger, ...])

Logs the infeasible constraints in the model.