repo.or.cz
/
sppoc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove duplicate Matrix_Copy (available in PolyLib)
[sppoc.git]
/
NewPip
/
essai.ml
blob
17bee836f6d99c7c884409899d097c0c7d089772
1
let
p
=
Polyhedron
.
of_system
<:
s
<
i
>=
0
,
i
<=
n
>> ;;
2
let
c
=
Polyhedron
.
of_system
<:
s
<
n
>
0
>> ;;
3
Polyhedron
.
enum
p c
;;
4
Polyhedron
.
enum
c p
;;
5
let
p
=
Polyhedron
.
of_system
<:
s
<
i
>=
1
,
i
<=
11
,
i
=
2
k
>> ;;
6
Polyhedron
.
enumeration
[
"i"
]
p
;;