source: git/IntegerProgramming/binomial__term_ordering.h @ 1c4822a

spielwiese
Last change on this file since 1c4822a was 1c4822a, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Fix bugs due to clang warnings...
  • Property mode set to 100644
File size: 438 bytes
Line 
1// binomial__term_ordering.h
2
3// The class binomial needs to know the class term_ordering and vice versa.
4// But for a  beautiful design, I did not want to write this declarations
5// into the same file. The file binter.h simply puts the two corresponding
6// header files together.
7
8#ifndef BINOMIAL__TERM_ORDERING_H
9#define BINOMIAL__TERM_ORDERING_H
10
11#include "term_ordering.h"
12#include "binomial.h"
13
14#endif  // BINOMIAL__TERM_ORDERING_H
Note: See TracBrowser for help on using the repository browser.