barvinok_ehrhart: compute ehrhart (quasi-)polynomial/series of a polytope.
commit2f5b2aa20744506f6e0bb95f03669f3162ae48f4
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 18 Jun 2006 13:32:15 +0000 (18 15:32 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 18 Jun 2006 13:41:13 +0000 (18 15:41 +0200)
treec9f940c977c8e2dda607a3619a047d3901ae3e18
parent8df91762910582e039ed6cc6dd0597478a4f650d
barvinok_ehrhart: compute ehrhart (quasi-)polynomial/series of a polytope.

This application provides no new functionality, but may be easier
to use for our mathematical friends.
Without the --series option, calling barvinok_ehrhart on a polytope
is equivalent to calling barvinok_enumerate on the cone generated
by the polytope.
With the --series option, calling barvinok_ehrhart on a polytope
is equivalent to calling barvinok_series on the cone generated
by the polytope.
Makefile.am
barvinok/util.h
barvinok_ehrhart.cc [new file with mode: 0644]