config

Interfaces for managing PyROS solver options.

Classes

InputDataStandardizer(ctype, cdatatype[, ...])

Standardizer for objects castable to a list of Pyomo component types.

SolverIterable([require_available, ...])

Callable for casting an iterable (such as a list of strs) to a list of Pyomo solvers.

SolverResolvable([require_available, ...])

Callable for casting an object (such as a str) to a Pyomo solver.

Exceptions

SolverNotResolvable

Exception type for failure to cast an object to a Pyomo solver.

Functions

logger_domain(obj)

Domain validator for logger-type arguments.

mutable_param_validator(param_obj)

Check that Param-like object has attribute mutable=True.

positive_int_or_minus_one(obj)

Domain validator for objects castable to a strictly positive int or -1.

pyros_config()