Generated on Fri May 13 2011 22:41:24 for Gecode by doxygen 1.7.1

graph.hh File Reference

(Revision: 10684)

#include <gecode/int.hh>
#include <gecode/support/auto-link.hpp>

Go to the source code of this file.

Namespaces

namespace  Gecode::Graph
 

Graph constraints


namespace  Gecode
 

Gecode toplevel namespace


Defines

#define GECODE_GRAPH_EXPORT   __attribute__ ((visibility("default")))
#define GECODE_LIBRARY_NAME   "Graph"

Functions

void Gecode::circuit (Home home, const IntVarArgs &x, IntConLevel icl=ICL_DEF)
 Post propagator such that x forms a circuit.
void Gecode::circuit (Home home, const IntArgs &c, const IntVarArgs &x, const IntVarArgs &y, IntVar z, IntConLevel icl=ICL_DEF)
 Post propagator such that x forms a circuit with costs y and z.
void Gecode::circuit (Home home, const IntArgs &c, const IntVarArgs &x, IntVar z, IntConLevel icl=ICL_DEF)
 Post propagator such that x forms a circuit with cost z.

Define Documentation

#define GECODE_GRAPH_EXPORT   __attribute__ ((visibility("default")))

Definition at line 59 of file graph.hh.

#define GECODE_LIBRARY_NAME   "Graph"

Definition at line 68 of file graph.hh.