#include <row.h>
Public Methods | |
| row () | |
| Creates a row with no non-zero entry. | |
| row (double d) | |
Creates the row d. | |
| row (var v) | |
Creates the row
. | |
| row (LEDA::list< row_entry > &L) | |
Creates the row
. | |
| row | operator * (double d) |
Creates the row
. | |
| row | operator+ (const row &r1) |
Creates the row
. | |
| row | operator- (const row &r1) |
Creates the row
. | |
| row & | operator+= (const row &r1) |
Adds r1 to the row. | |
| row & | operator-= (const row &r1) |
Substracts r1 from the row. | |
| cons_obj * | operator== (row r1) |
Creates the basic constraint
. | |
| cons_obj * | operator<= (row r1) |
Creates the basic constraint
. | |
| cons_obj * | operator>= (row r1) |
Creates the basic constraint
. | |
| int | size () |
| returns the number of entries in the column. | |
1.2.16