spielwiese
Last change
on this file since c89014 was
c89014,
checked in by Yue Ren <ren@…>, 10 years ago
|
status update 28.02.
|
-
Property mode set to
100644
|
File size:
454 bytes
|
Line | |
---|
1 | #ifndef WITNESS_H |
---|
2 | #define WITNESS_H |
---|
3 | |
---|
4 | #include <utility> |
---|
5 | #include <kernel/polys.h> |
---|
6 | #include <Singular/ipid.h> |
---|
7 | #include <gfanlib/gfanlib_vector.h> |
---|
8 | |
---|
9 | poly witness(const poly m, const ideal I, const ideal inI, const ring r); |
---|
10 | std::pair<ideal,ring> flip(const ideal I, const ring r, const gfan::ZVector interiorPoint, const gfan::ZVector facetNormal); |
---|
11 | |
---|
12 | #ifndef NDEBUG |
---|
13 | BOOLEAN dwr0(leftv res, leftv args); |
---|
14 | BOOLEAN witness0(leftv res, leftv args); |
---|
15 | #endif |
---|
16 | |
---|
17 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.