Revision 13193f82c5a869c9747b4aed54954a841443afce authored by Sebastian Gutsche on 17 August 2015, 12:17:47 UTC, committed by Sebastian Gutsche on 17 August 2015, 12:17:47 UTC
This reverts commit 1d81d423afc93f5dcad6e2b3ea3d8f9d3af10234.
1 parent b92dac2
Raw File
conetest.g
LoadPackage( "PolymakeInterface" );
C := POLYMAKE_CREATE_CONE_BY_RAYS([[1,0],[0,1]]);
POLYMAKE_DEFINING_INEQUALITIES_OF_CONE(C);
back to top