Changeset 9abcc6 in git for Singular/dyn_modules/gfanlib/witness.h
- Timestamp:
- Mar 12, 2014, 9:08:50 AM (10 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- 7aa26b206f76709abff0bab4adaac2dfc4ddb4ef
- Parents:
- c890142d6921b9d30b396af149a3df2fbc57981a
- git-author:
- Yue Ren <ren@mathematik.uni-kl.de>2014-03-12 10:08:50+02:00
- git-committer:
- Yue Ren <ren@mathematik.uni-kl.de>2015-02-06 13:47:03+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/dyn_modules/gfanlib/witness.h
rc89014 r9abcc6 6 6 #include <Singular/ipid.h> 7 7 #include <gfanlib/gfanlib_vector.h> 8 #include <tropicalStrategy.h> 8 9 9 10 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 std::pair<ideal,ring> flip(const ideal I, const ring r, const gfan::ZVector interiorPoint, const gfan::ZVector facetNormal, const tropicalStrategy currentCase); 11 12 12 13 #ifndef NDEBUG
Note: See TracChangeset
for help on using the changeset viewer.