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
I need to find the extreme points of the convex hull of Ax<=b linear system where A is a [310x300] matrix. Is this problem solvable using cddlib? Any assistance with this would be highly appreciated
The text was updated successfully, but these errors were encountered:
Hello,
When I run test.jl in Jupyter, it return the following error:
MethodError: no method matching HRepresentation(::Matrix{Int64}, ::Vector{Int64})
Stacktrace:
[1] extremepoints(A::Matrix{Int64}, b::Vector{Int64})
@ Main .\In[9]:6
[2] top-level scope
@ In[9]:15
I need to find the extreme points of the convex hull of Ax<=b linear system where A is a [310x300] matrix. Is this problem solvable using cddlib? Any assistance with this would be highly appreciated
The text was updated successfully, but these errors were encountered: