Generated on Wed Nov 1 15:05:19 2006 for Gecode by doxygen 1.4.5

Gecode::Int::Linear::Term Class Reference

#include <linear.hh>

List of all members.


Detailed Description

Class for describing linear term $a\cdot x$.

Definition at line 982 of file linear.hh.

Public Attributes

int a
 Coefficient.
IntView x
 View.


Member Data Documentation

int Gecode::Int::Linear::Term::a
 

Coefficient.

Definition at line 985 of file linear.hh.

IntView Gecode::Int::Linear::Term::x
 

View.

Definition at line 987 of file linear.hh.


The documentation for this class was generated from the following file: