Generated on Wed Jan 4 17:49:22 2006 for Gecode by doxygen 1.4.6

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 851 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 854 of file linear.hh.

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

View.

Definition at line 856 of file linear.hh.


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