repo.or.cz
/
barvinok.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add isl_list_concat
[barvinok.git]
/
normalization.h
blob
64c2ccc2e8800899dff5c2f83f7637c4ff9dd50a
1
#include <barvinok/polylib.h>
2
3
#if defined(__cplusplus)
4
extern
"C"
{
5
#endif
6
7
Matrix
*
standard_constraints
(
Matrix
*
C
,
unsigned
nparam
,
int
*
rows_p
,
8
Matrix
**
T
);
9
Polyhedron
*
skew_to_positive_orthant
(
Polyhedron
*
D
,
unsigned
nvar
,
10
unsigned
MaxRays
);
11
12
#if defined(__cplusplus)
13
}
14
#endif