Generated on Sat Apr 10 2021 00:00:00 for Gecode by doxygen 1.9.1
relax.cpp File Reference
#include <gecode/int.hh>
#include <gecode/search/relax.hh>

Go to the source code of this file.

Classes

class  Gecode::Int::Relax
 Class for posting equalities for non-relaxed variables. More...
 

Namespaces

 Gecode::Int
 Finite domain integers.
 

Functions

void Gecode::relax (Home home, const IntVarArgs &x, const IntVarArgs &sx, Rnd r, double p)
 
void Gecode::relax (Home home, const BoolVarArgs &x, const BoolVarArgs &sx, Rnd r, double p)
 

Function Documentation

◆ relax() [1/2]

void Gecode::relax ( Home  home,
const IntVarArgs x,
const IntVarArgs sx,
Rnd  r,
double  p 
)

Definition at line 65 of file relax.cpp.

◆ relax() [2/2]

void Gecode::relax ( Home  home,
const BoolVarArgs x,
const BoolVarArgs sx,
Rnd  r,
double  p 
)

Definition at line 76 of file relax.cpp.