Changeset e2c181 in git for factory/variable.cc
- Timestamp:
- Feb 22, 2012, 4:26:12 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- ff3a4f4a8e655885eb376e551f47339a6de25bf0
- Parents:
- 43bbd6d912fd61156de899f0e8aa1e830a90b6d7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/variable.cc
r43bbd6 re2c181 151 151 #endif /* NOSTREAMIO */ 152 152 153 //static bool legal_mipo( const CanonicalForm & mipo )154 //{155 // ASSERT( mipo.inPolyDomain(), "not a legal extension" );156 // bool ok = true;157 // for ( CFIterator i = mipo; ok && i.hasTerms(); i++ )158 // ok = i.coeff().inBaseDomain();159 // return ok;160 //}161 162 153 static CanonicalForm conv2mipo ( const CanonicalForm & mipo, const Variable alpha ) 163 154 { … … 170 161 Variable rootOf( const CanonicalForm & mipo, char name ) 171 162 { 172 //ASSERT( legal_mipo( mipo ), "not a legal extension");163 ASSERT (mipo.inPolyDomain() && mipo.isUnivariate(), "not a legal extension"); 173 164 174 165 int l;
Note: See TracChangeset
for help on using the changeset viewer.