Ignore:
Timestamp:
Sep 28, 2022, 5:07:30 PM (19 months ago)
Author:
Frédéric Chapoton <chapoton@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
aec6fead7ad079baf52b503b680f55839809e605
Parents:
1291fb4c2054a2414ab193f6b00166905b065f98
Message:
fix some typos in IntegerProgramming
File:
1 edited

Legend:

Unmodified
Added
Removed
  • IntegerProgramming/term_ordering.h

    r1291fb r1a3778  
    2121//   separate function instead of doing it in the constructors.
    2222
    23 // For the same reasons as mentionned in the binomial class, frequently
     23// For the same reasons as mentioned in the binomial class, frequently
    2424// used operations on Integer vectors do not perform range checks. Nor do
    2525// they check if an error has occurred (i.e. control the "error flag", see
     
    6767  // homogeneous one (i.e. the weighted part), else to FALSE. The standard
    6868  // setting is FALSE.
    69   // The routine compare_to_zero is faster if the term ordering is homogenous.
     69  // The routine compare_to_zero is faster if the term ordering is homogeneous.
    7070  // It would be safer and more natural to take this flag as a member of
    7171  // the ideal class; this would, however, require many supplementary
     
    7878  term_ordering(const BOOLEAN& homogeneous=FALSE);
    7979  // Sets weighted_block_size and elimination_block_size to zero.
    80   // With this default contructor, the term ordering can be taken as a member
     80  // With this default constructor, the term ordering can be taken as a member
    8181  // of another class (the ideal class in our case).
    8282
     
    175175  // actual term ordering. The comparison of its two monomials is done
    176176  // according to the binomial data structure:
    177   // Instead of comparing explicitely two monomials, the Integer vector
     177  // Instead of comparing explicitly two monomials, the Integer vector
    178178  // corresponding to their difference is compared to the zero vector.
    179179  // The function returns
Note: See TracChangeset for help on using the changeset viewer.