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

SCIL::LCI Class Reference

Inheritance diagram for SCIL::LCI:
Inheritance graph
[legend]
Collaboration diagram for SCIL::LCI:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 LCI (std::vector< int > coeff, int r, std::map< int, var > &map)
virtual void non_zero_entries (row &r)

Public Attributes

std::vector< int > coeff_array
int rhs
std::map< int, var > & item_index_map

Detailed Description

Definition at line 10 of file cp_knapsack.h.


Member Function Documentation

void SCIL::LCI::non_zero_entries ( row r  )  [virtual]

returns the non-zero entries of the basic constraint. the default implementation returns no non-zeros. A user defined constraint-schema should redefine this function.

Reimplemented from SCIL::cons_obj.

Definition at line 22 of file cp_knapsack.cc.


The documentation for this class was generated from the following files:
Generated on Mon Mar 28 22:03:52 2011 for SCIL by  doxygen 1.6.3