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
functionhchebyshevcenter(p::HRep, solver=Polyhedra.default_solver(p; T=Float64)) # Need Float64 for `norm(a, 2)`
11
11
model = JuMP.Model(solver)
12
12
c = JuMP.@variable(model, [1:fulldim(p)])
13
13
for hp inhyperplanes(p)
@@ -61,12 +61,12 @@ end
61
61
62
62
If `p` is a H-representation or is a polyhedron for which the H-representation has already been computed, calls `hchebyshevcenter`, otherwise, call `vchebyshevcenter`.
0 commit comments