AxisAlignedEllipsoidalSet(center, half_lengths)
|
An axis-aligned ellipsoidal region. |
BoxSet(bounds)
|
A hyperrectangle (or box). |
BudgetSet(budget_membership_mat, rhs_vec[, ...])
|
A budget set. |
CardinalitySet(origin, positive_deviation, gamma)
|
A cardinality-constrained (i.e., "gamma") set. |
DiscreteScenarioSet(scenarios)
|
A set of finitely many distinct points (or scenarios). |
EllipsoidalSet(center, shape_matrix[, ...])
|
A general ellipsoidal region. |
FactorModelSet(origin, number_of_factors, ...)
|
A factor model (i.e., "net-alpha" model) set. |
IntersectionSet(**unc_sets)
|
An intersection of two or more uncertainty sets, each of which is represented by an UncertaintySet object. |
PolyhedralSet(lhs_coefficients_mat, rhs_vec)
|
A bounded convex polyhedron or polytope. |
UncertaintyQuantification(block, ...)
|
A collection of modeling components generated or addressed by the set_as_constraint method of an uncertainty set object. |
UncertaintySet()
|
An object representing an uncertainty set to be passed to the PyROS solver. |
UncertaintySetList([uncertainty_sets, name, ...])
|
Wrapper around a list of uncertainty sets, all of which have an immutable common dimension. |