__init__(f[, input, output, bound, validate])
|
|
activate([shallow])
|
Activate this container. |
block_data_objects(**kwds)
|
|
child(key)
|
Get the child object associated with a given storage key for this container. |
child_ctypes()
|
Returns the set of child object category types stored in this container. |
children([ctype])
|
Iterate over the children of this block. |
clone()
|
Returns a copy of this object with the parent pointer set to None. |
collect_ctypes([active, descend_into])
|
Returns the set of object category types that can be found under this container. |
component_data_objects(*args, **kwds)
|
|
component_objects(*args, **kwds)
|
|
components([ctype, active, descend_into])
|
Generates an efficient traversal of all components stored under this container. |
deactivate([shallow])
|
Deactivate this container. |
getname([fully_qualified, name_buffer, ...])
|
Dynamically generates a name for this object. |
load_solution(solution[, ...])
|
Load a solution. |
valid_problem_types()
|
|
validate([equal_slopes_tolerance, ...])
|
Validate this piecewise linear function by verifying various properties of the breakpoints, values, and input variable (e.g., that the list of breakpoints is nondecreasing). |
write(filename[, format, ...])
|
Write the model to a file, with a given format. |