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
julia> [is_intersection_empty(q, Hi) for Hi inconstraints_list(p)]
4-element Array{Bool,1}:falsefalsefalsefalse
julia> [is_intersection_empty(p, Hi) for Hi inconstraints_list(q)]
3-element Array{Bool,1}:falsefalsetrue
julia> [-ρ(-Hi.a, q) for Hi inconstraints_list(p)]
4-element Array{Float64,1}:-0.0-Inf-Inf-0.0
julia> [Hi.b for Hi inconstraints_list(p)]
4-element Array{Float64,1}:0.308261-0.20.10.106045
P
below is a box-shaped polytope.Q
below is a flat polyhedron.(outsourced from #1038)
The text was updated successfully, but these errors were encountered: