2000 character limit reached
A first efficient algorithm for enumerating all the extreme points of a bisubmodular polyhedron (2405.01039v2)
Published 2 May 2024 in cs.DM
Abstract: Efficiently enumerating all the extreme points of a polytope identified by a system of linear inequalities is a well-known challenge issue.We consider a special case and present an algorithm that enumerates all the extreme points of a bisubmodular polyhedron in $\mathcal{O}(n4|V|)$ time and $\mathcal{O}(n2)$ space complexity, where $ n$ is the dimension of underlying space and $V$ is the set of outputs. We use the reverse search and signed poset linked to extreme points to avoid the redundant search. Our algorithm is a generalization of enumerating all the extreme points of a base polyhedron which comprises some combinatorial enumeration problems.