Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set | ||
|
||
// doxy/ or-tools/ src/ constraint_solver/ |
#include <string.h>
#include <algorithm>
#include <string>
#include <vector>
#include "base/callback.h"
#include "base/integral_types.h"
#include "base/logging.h"
#include "base/scoped_ptr.h"
#include "constraint_solver/constraint_solver.h"
#include "constraint_solver/constraint_solveri.h"
Go to the source code of this file.
Namespaces | |
namespace | operations_research |
Functions | |
bool | operations_research::GreaterThan (int64 x, int64 y) |
scoped_array<IntVar*> active_ |
Definition at line 334 of file constraints.cc.
scoped_array<IntVar*> actives_ |
Definition at line 267 of file constraints.cc.
bool assume_paths_ |
Definition at line 341 of file constraints.cc.
scoped_ptr<Closure> callback_ |
Definition at line 58 of file constraints.cc.
int cumul_size_ |
Definition at line 632 of file constraints.cc.
scoped_array<IntVar*> cumuls_ |
Definition at line 631 of file constraints.cc.
scoped_array<int64> ends_ |
Definition at line 336 of file constraints.cc.
const string explanation_ |
Definition at line 130 of file constraints.cc.
IntVarIterator* holes_ |
Definition at line 269 of file constraints.cc.
scoped_array<IntVar*> nexts_ |
Definition at line 332 of file constraints.cc.
scoped_array<int64> outbound_supports_ |
Definition at line 337 of file constraints.cc.
bool owner_ |
Definition at line 340 of file constraints.cc.
RevArray<int> prevs_ |
Definition at line 634 of file constraints.cc.
ResultCallback1<bool, int64>* sink_handler_ |
Definition at line 338 of file constraints.cc.
std::vector<int64> sinks_ |
Definition at line 339 of file constraints.cc.
int size_ |
Definition at line 268 of file constraints.cc.
scoped_array<int64> starts_ |
Definition at line 335 of file constraints.cc.
scoped_array<int> supports_ |
Definition at line 635 of file constraints.cc.
scoped_array<IntVar*> transits_ |
Definition at line 633 of file constraints.cc.
IntVar* const var_ |
Definition at line 266 of file constraints.cc.