RegisterBooleanType(new_type)
|
DEPRECATED. |
RegisterComplexType(new_type)
|
Register the specified type as an "complex type". |
RegisterIntegerType(new_type)
|
Register the specified type as an "integer type". |
RegisterLogicalType(new_type)
|
Register the specified type as a "logical type". |
RegisterNumericType(new_type)
|
Register the specified type as a "numeric type". |
check_if_logical_type(obj)
|
Test if the argument behaves like a logical type. |
check_if_native_type(obj)
|
|
check_if_numeric_type(obj)
|
Test if the argument behaves like a numeric type. |
value(obj[, exception])
|
A utility function that returns the value of a Pyomo object or expression. |