Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ constraint_solver/

or-tools/src/constraint_solver/routing.h File Reference

#include <stddef.h>
#include "base/hash.h"
#include <string>
#include <utility>
#include <vector>
#include "base/callback-types.h"
#include "base/commandlineflags.h"
#include "base/integral_types.h"
#include "base/macros.h"
#include "base/scoped_ptr.h"
#include "base/int-type-indexed-vector.h"
#include "base/int-type.h"
#include "constraint_solver/constraint_solver.h"

Go to the source code of this file.

Namespaces

namespace  operations_research

Classes

class  operations_research::RoutingModel
struct  operations_research::RoutingModel::Disjunction
struct  operations_research::RoutingModel::CostCacheElement

Functions

 operations_research::DEFINE_INT_TYPE (_RoutingModel_NodeIndex, int)
 The type must be defined outside the class RoutingModel, SWIG does not parse it correctly if it's inside.