projects
/
platform
/
upstream
/
isl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f6f8ac8
)
doc: fix typo
author
Sven Verdoolaege
<skimo@kotnet.org>
Mon, 14 Jun 2010 12:33:51 +0000
(14:33 +0200)
committer
Sven Verdoolaege
<skimo@kotnet.org>
Mon, 14 Jun 2010 12:33:51 +0000
(14:33 +0200)
doc/user.pod
patch
|
blob
|
history
diff --git
a/doc/user.pod
b/doc/user.pod
index
963a6ee
..
ff7840b
100644
(file)
--- a/
doc/user.pod
+++ b/
doc/user.pod
@@
-1266,7
+1266,7
@@
maps C<x> to C<1 + n - x> for values of C<x> between C<0> and C<n>.
Piecewise quasipolynomials are mainly used by the C<barvinok>
library for representing the number of elements in a parametric set or map.
For example, the piecewise quasipolynomial above represents
Piecewise quasipolynomials are mainly used by the C<barvinok>
library for representing the number of elements in a parametric set or map.
For example, the piecewise quasipolynomial above represents
-the number of point in the map
+the number of point
s
in the map
[n] -> { [x] -> [y] : x,y >= 0 and 0 <= x + y <= n }
[n] -> { [x] -> [y] : x,y >= 0 and 0 <= x + y <= n }