Closed parthe closed 6 years ago
You can find this in Section 3 of the cdd manual:
[b -A]
[t V]
where t
is a column of type (1 for vertex, 0 for ray) and V
is the matrix of stacked row vectors.I'm proposing some doc on this in https://github.com/mcmtroffaes/pycddlib/pull/30.
@parthe Had you visited the https://pycddlib.readthedocs.io/en/latest/polyhedron.html page? Or did you expect this to be written somewhere else in the doc?
Thanks for the reference to the cdd manual. I had visited the above link only. I expected it to find it on that page of the doc.
I think the two bullet points need to be added to the doc for new users who are unfamiliar to standard forms H and V representations
Fixed in develop with https://github.com/mcmtroffaes/pycddlib/commit/5c43fb4f87ca77050863a701582a7a21476644a2 (thanks @stephane-caron !).
It is not clear from then documentation what the H representation is? Is the specified matrix the concatenation of [b, A] ?