Generated on Mon May 30 22:31:52 2016 for Gecode by doxygen 1.6.1

flatzinc.cpp File Reference

(Revision: 14463)

#include <gecode/flatzinc.hh>
#include <gecode/flatzinc/registry.hh>
#include <gecode/flatzinc/plugin.hh>
#include <gecode/search.hh>
#include <vector>
#include <string>
#include <sstream>
#include <limits>

Go to the source code of this file.

Classes

class  Gecode::FlatZinc::AuxVarBrancher
 Branching on the introduced variables. More...
class  Gecode::FlatZinc::AuxVarBrancher::Choice
 Choice that only signals failure or success More...
class  Gecode::FlatZinc::BranchInformationO

Namespaces

namespace  Gecode
 

Gecode toplevel namespace


namespace  Gecode::FlatZinc
 

Interpreter for the FlatZinc language.


Functions

template<class Var >
void Gecode::FlatZinc::varValPrint (const Space &home, const BrancherHandle &bh, unsigned int a, Var, int i, const int &n, std::ostream &o)
void Gecode::FlatZinc::varValPrintF (const Space &home, const BrancherHandle &bh, unsigned int a, FloatVar, int i, const FloatNumBranch &nl, std::ostream &o)
IntSet Gecode::FlatZinc::vs2is (IntVarSpec *vs)
int Gecode::FlatZinc::vs2bsl (BoolVarSpec *bs)
int Gecode::FlatZinc::vs2bsh (BoolVarSpec *bs)
TieBreak< IntVarBranch > Gecode::FlatZinc::ann2ivarsel (AST::Node *ann, Rnd rnd, double decay)
IntValBranch Gecode::FlatZinc::ann2ivalsel (AST::Node *ann, std::string &r0, std::string &r1, Rnd rnd)
IntAssign Gecode::FlatZinc::ann2asnivalsel (AST::Node *ann, Rnd rnd)
SetVarBranch Gecode::FlatZinc::ann2svarsel (AST::Node *ann, Rnd rnd, double decay)
SetValBranch Gecode::FlatZinc::ann2svalsel (AST::Node *ann, std::string r0, std::string r1, Rnd rnd)
TieBreak< FloatVarBranch > Gecode::FlatZinc::ann2fvarsel (AST::Node *ann, Rnd rnd, double decay)
FloatValBranch Gecode::FlatZinc::ann2fvalsel (AST::Node *ann, std::string r0, std::string r1)
void Gecode::FlatZinc::flattenAnnotations (AST::Array *ann, std::vector< AST::Node * > &out)