(class from pyomo.contrib.gdpopt.branch_and_bound)
pyomo.contrib.gdpopt.branch_and_bound
Bases: tuple
tuple
Methods
__init__()
__init__
count(value, /)
count
Return number of occurrences of value.
index(value[, start, stop])
index
Return first index of value.
Attributes
is_evaluated
Alias for field number 3
is_screened
Alias for field number 2
node_count
Alias for field number 5
num_unbranched_disjunctions
Alias for field number 4
obj_lb
Alias for field number 0
obj_ub
Alias for field number 1
unbranched_disjunction_indices
Alias for field number 6
Member Documentation
Raises ValueError if the value is not present.