
Public Types | |
|
typedef std::list < column_entry >::iterator | list_iterator |
| Defines list-iterator for column_entry. | |
|
typedef std::list < column_entry > ::const_iterator | list_constiterator |
| Defines const list-iterator for column_entry. | |
Public Member Functions | |
| column_entry (cons v, double c) | |
| column_entry () | |
| Constructor. | |
Public Attributes | |
| double | coeff |
| cons | Cons |
Friends | |
| std::ostream & | operator<< (std::ostream &o, const column_entry &) |
| std::istream & | operator>> (std::istream &i, const column_entry &) |
| bool | operator< (const column_entry &, const column_entry &) |
| compares two column_entries by comparing the associated constraints ie returns c1.Cons < c2.Cons | |
Definition at line 10 of file column_entry.h.
1.6.3