Generated on Sat Feb 7 2015 02:01:48 for Gecode by doxygen 1.8.9.1
Gecode::Int::Linear::Term< View > Class Template Reference

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

#include <linear.hh>

Public Attributes

int a
 Coefficient. More...
 
View x
 View. More...
 

Detailed Description

template<class View>
class Gecode::Int::Linear::Term< View >

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

Definition at line 1310 of file linear.hh.

Member Data Documentation

template<class View>
int Gecode::Int::Linear::Term< View >::a

Coefficient.

Definition at line 1313 of file linear.hh.

template<class View>
View Gecode::Int::Linear::Term< View >::x

View.

Definition at line 1315 of file linear.hh.


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