Generated on Sat Feb 7 2015 02:01:34 for Gecode by doxygen 1.8.9.1
post.hpp File Reference

(Revision: 13292)

#include <algorithm>
#include <climits>

Go to the source code of this file.

Classes

class  Gecode::Int::Linear::TermLess< View >
 Sort linear terms by view. More...
 

Namespaces

 Gecode
 Gecode toplevel namespace
 
 Gecode::Int
 Finite domain integers.
 
 Gecode::Int::Linear
 Linear propagators
 

Functions

template<class View >
void Gecode::Int::Linear::estimate (Term< View > *t, int n, int c, int &l, int &u)
 Estimate lower and upper bounds. More...
 
int Gecode::Int::Linear::gcd (int a, int b)
 Compute the greatest common divisor of a and b. More...
 
template<class View >
bool Gecode::Int::Linear::normalize (Term< View > *t, int &n, Term< View > *&t_p, int &n_p, Term< View > *&t_n, int &n_n, int &g)
 Normalize linear integer constraints. More...