You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also add HPolygonOpt to the Union. How about we define the abbreviation Hrep or HRep or HREP as in
const HREP = Union{HPoly, HPolygon, HPolygonOpt}
and use that instead? This interface would assert addconstraint and remove_redundant_constraints.
We could do something similar for VREP = Union{VPolytope, VPolygon}.
You can also add
HPolygonOpt
to theUnion
. How about we define the abbreviationHrep
orHRep
orHREP
as inand use that instead? This interface would assert
addconstraint
andremove_redundant_constraints
.We could do something similar for
VREP = Union{VPolytope, VPolygon}
.Originally posted by @schillic in #2654 (comment)
The text was updated successfully, but these errors were encountered: