Changeset 183688 in git for factory/variable.h
- Timestamp:
- Aug 1, 2012, 9:26:50 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '1d362c315e551a5b527ab0759f8839cf0e94f3a5')
- Children:
- 2d71dd455de206f556c8c2200d3bc739a4a48ebb
- Parents:
- 21263cf68eb94ca94f4b65c4464312b7892f411e
- git-author:
- Martin Lee <martinlee84@web.de>2012-08-01 21:26:50+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-08-03 10:03:18+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/variable.h
r21263cf r183688 78 78 inline char name( const Variable & v ) { return v.name(); } 79 79 80 void setReduce( const Variable & alpha, bool reduce ); 80 81 void setMipo ( const Variable & alpha, const CanonicalForm & mipo); 81 82 CanonicalForm getMipo( const Variable & alpha, const Variable & x ); … … 94 95 InternalPoly * getInternalMipo ( const Variable & alpha ); 95 96 bool getReduce( const Variable & alpha ); 96 void setReduce( const Variable & alpha, bool reduce );97 97 98 98 #endif /* ! INCL_VARIABLE_H */
Note: See TracChangeset
for help on using the changeset viewer.