#include <gecode/flatzinc.hh>
#include <gecode/flatzinc/registry.hh>
#include <gecode/flatzinc/plugin.hh>
#include <gecode/search.hh>
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | Gecode::FlatZinc::GistEngine |
Traits class for search engines. More... | |
class | Gecode::FlatZinc::GistEngine< DFS< S > > |
Specialization for DFS. More... | |
class | Gecode::FlatZinc::GistEngine< BAB< S > > |
Specialization for BAB. More... | |
class | Gecode::FlatZinc::GistEngine< Restart< S > > |
Specialization for Restart. More... | |
class | Gecode::FlatZinc::FZPrintingInspector |
An inspector for printing simple text output. More... | |
Namespaces | |
namespace | Gecode |
Gecode toplevel namespace | |
namespace | Gecode::FlatZinc |
Interpreter for the FlatZinc language. | |
Functions | |
IntSet | Gecode::FlatZinc::vs2is (IntVarSpec *vs) |
int | Gecode::FlatZinc::vs2bsl (BoolVarSpec *bs) |
int | Gecode::FlatZinc::vs2bsh (BoolVarSpec *bs) |
TieBreakVarBranch< IntVarBranch > | Gecode::FlatZinc::ann2ivarsel (AST::Node *ann) |
IntValBranch | Gecode::FlatZinc::ann2ivalsel (AST::Node *ann) |
IntAssign | Gecode::FlatZinc::ann2asnivalsel (AST::Node *ann) |
SetVarBranch | Gecode::FlatZinc::ann2svarsel (AST::Node *ann) |
SetValBranch | Gecode::FlatZinc::ann2svalsel (AST::Node *ann) |
void | Gecode::FlatZinc::flattenAnnotations (AST::Array *ann, std::vector< AST::Node * > &out) |