Function get_full_dimensional_polytope() #213
Unanswered
imitator19
asked this question in
Q&A
Replies: 1 comment 3 replies
|
@imitator19 Can you point out where is that function defined/documented? I did a search on the codebase in the develop branch and couldn't find any references to this function. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, everyone, I find that volesti has the function "get_full_dimensional_polytope", with description "Given a low-dimensional H-polytope, restrict it to its null space". However, this function is not included in the document. I am confused about its underlying algorithm, as well as the attributes of H-polytope class used in this function: Aeq and beq and function output. Could anyone provide some introduction on this function? Thanks a lot!
All reactions