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

SCIL::column Class Reference

A column for the LP-Matrix.

#include <column.h>

List of all members.

Public Methods

 column ()
 Creates a column with no non-zero entry.

 column (cons c)
 Creates the column 1 \cdot c.

 column (LEDA::list< column_entry > &L)
 Creates the column .

column operator * (double d)
 Creates the column .

column operator+ (column c1)
 Creates the column .

column operator- (column c1)
 Creates the column .

column & operator+= (column c1)
 Adds the column c1 to the column.

column & operator-= (column r)
 Substracts the column c1 to the column.

void normalize ()


Member Function Documentation

void column::normalize  
 

Normalizes the column, i.e. sorts the entries and makes all basic constraints appear at most once.

Definition at line 42 of file core-abacus/column.cc.


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