Main Page   Class Hierarchy   Compound List   File List   Contact   Download   Symbolic Constraints   Examples  

SCIL::row Class Reference

Rows.

#include <row.h>

List of all members.

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_objoperator== (row r1)
 Creates the basic constraint .

cons_objoperator<= (row r1)
 Creates the basic constraint .

cons_objoperator>= (row r1)
 Creates the basic constraint .

int size ()
 returns the number of entries in the column.


The documentation for this class was generated from the following files:
Generated on Tue Nov 16 15:18:26 2004 for SCIL by doxygen1.2.16