Changeset 3b9cf6 in git
- Timestamp:
- Oct 29, 2009, 5:26:32 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- d1eca415c4ca8674004856bc7a1638c4893f92df
- Parents:
- 61197ff3d42399e95c952f06a3cd10fdd665dd82
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gfan.cc
r61197f r3b9cf6 2 2 Compute the Groebner fan of an ideal 3 3 $Author: monerjan $ 4 $Date: 2009-10-29 1 5:54:04$5 $Header: /exports/cvsroot-2/cvsroot/kernel/gfan.cc,v 1.10 1 2009-10-29 15:54:04monerjan Exp $6 $Id: gfan.cc,v 1.10 1 2009-10-29 15:54:04monerjan Exp $4 $Date: 2009-10-29 16:26:32 $ 5 $Header: /exports/cvsroot-2/cvsroot/kernel/gfan.cc,v 1.102 2009-10-29 16:26:32 monerjan Exp $ 6 $Id: gfan.cc,v 1.102 2009-10-29 16:26:32 monerjan Exp $ 7 7 */ 8 8 … … 225 225 void facet::printFlipGB() 226 226 { 227 #ifndef NDEBUG 227 228 idShow(this->flipGB); 229 #endif 228 230 } 229 231 … … 2697 2699 ideal rootIdeal; 2698 2700 rootIdeal=fast_map(inputIdeal,inputRing,(ideal)theMap, currRing); 2701 #ifndef NDEBUG 2699 2702 #ifdef gfan_DEBUG 2700 2703 cout << "Root ideal is " << endl; … … 2703 2706 rWrite(rootRing); 2704 2707 cout << endl; 2705 #endif 2708 #endif 2709 #endif 2706 2710 2707 2711 //gcone *gcRoot = new gcone(); //Instantiate the sink … … 2711 2715 gcAct->numVars=pVariables; 2712 2716 gcAct->getGB(rootIdeal); //sets gcone::gcBasis 2717 #ifndef NDEBUG 2713 2718 idShow(gcAct->gcBasis); 2719 #endif 2714 2720 gcAct->getConeNormals(gcAct->gcBasis); //hopefully compute the normals 2715 2721 //gcAct->flip(gcAct->gcBasis,gcAct->facetPtr); … … 2731 2737 gcAct->getGB(inputIdeal); 2732 2738 cout << "GB of input ideal is:" << endl; 2739 #ifndef NDEBUG 2733 2740 idShow(gcAct->gcBasis); 2741 #endif 2734 2742 if(gcAct->isMonomial(gcAct->gcBasis)) 2735 2743 {
Note: See TracChangeset
for help on using the changeset viewer.