Changeset b86107 in git for factory/variable.h


Ignore:
Timestamp:
Aug 3, 2012, 1:00:23 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c10f46e6c7991d296a0430998c801a958c5f4036
Parents:
4093f96acfcc6419c56ee983c447099c3b87a36e2d71dd455de206f556c8c2200d3bc739a4a48ebb
Message:
Merge pull request #163 from mmklee/libfac_fix_sw

Libfac fix sw
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/variable.h

    r4093f9 rb86107  
    7878inline char name( const Variable & v ) { return v.name(); }
    7979
     80void setReduce( const Variable & alpha, bool reduce );
     81void setMipo ( const Variable & alpha, const CanonicalForm & mipo);
    8082CanonicalForm getMipo( const Variable & alpha, const Variable & x );
    8183bool hasMipo( const Variable & alpha );
     
    9395InternalPoly * getInternalMipo ( const Variable & alpha );
    9496bool getReduce( const Variable & alpha );
    95 void setReduce( const Variable & alpha, bool reduce );
    9697
    9798#endif /* ! INCL_VARIABLE_H */
Note: See TracChangeset for help on using the changeset viewer.