flatzinc.hh File Reference
(Revision: 9995)
#include <iostream>#include <gecode/kernel.hh>#include <gecode/int.hh>#include <gecode/set.hh>#include <gecode/support/auto-link.hpp>#include <gecode/driver.hh>#include <gecode/flatzinc/conexpr.hh>#include <gecode/flatzinc/ast.hh>#include <gecode/flatzinc/varspec.hh>Go to the source code of this file.
Classes | |
| class | Gecode::FlatZinc::Printer |
| Output support class for FlatZinc interpreter. More... | |
| class | Gecode::FlatZinc::FlatZincOptions |
| Options for running FlatZinc models. More... | |
| class | Gecode::FlatZinc::FlatZincSpace |
| A Space that can be initialized with a FlatZinc model. More... | |
| class | Gecode::FlatZinc::Error |
| Exception class for FlatZinc errors. More... | |
Namespaces | |
| namespace | Gecode::FlatZinc |
Interpreter for the FlatZinc language. | |
| namespace | Gecode |
Gecode toplevel namespace. | |
Defines | |
| #define | GECODE_FLATZINC_EXPORT |
| #define | GECODE_LIBRARY_NAME "FlatZinc" |
Functions | |
| GECODE_FLATZINC_EXPORT FlatZincSpace * | Gecode::FlatZinc::solve (const std::string &fileName, Printer &p, std::ostream &err=std::cerr) |
| Construct Space from FlatZinc file fileName. | |
| GECODE_FLATZINC_EXPORT FlatZincSpace * | Gecode::FlatZinc::solve (std::istream &is, Printer &p, std::ostream &err=std::cerr) |
| Construct Space from FlatZinc stream is. | |
Define Documentation
| #define GECODE_FLATZINC_EXPORT |
Definition at line 71 of file flatzinc.hh.
| #define GECODE_LIBRARY_NAME "FlatZinc" |
Definition at line 78 of file flatzinc.hh.
