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/count_cst.cc File Reference

#include <string.h>
#include <algorithm>
#include <string>
#include <vector>
#include "base/integral_types.h"
#include "base/logging.h"
#include "base/scoped_ptr.h"
#include "base/stringprintf.h"
#include "base/concise_iterator.h"
#include "constraint_solver/constraint_solver.h"
#include "constraint_solver/constraint_solveri.h"
#include "util/string_array.h"

Go to the source code of this file.

Namespaces

namespace  operations_research


Variable Documentation

const int64 card_max_

Definition at line 897 of file count_cst.cc.

const int64 card_min_

Definition at line 896 of file count_cst.cc.

const int64 card_size_

Definition at line 442 of file count_cst.cc.

const scoped_array<IntVar*> cards_

Definition at line 441 of file count_cst.cc.

IntVar* const count_

Definition at line 69 of file count_cst.cc.

scoped_array<IntVarIterator*> holes_

Definition at line 684 of file count_cst.cc.

NumericalRevArray<int> max_

Definition at line 71 of file count_cst.cc.

NumericalRevArray<int> min_

Definition at line 70 of file count_cst.cc.

const int size_

Definition at line 66 of file count_cst.cc.

RevBitMatrix undecided_

Definition at line 68 of file count_cst.cc.

int64 value_

Definition at line 67 of file count_cst.cc.

const scoped_array<int64> values_

Definition at line 440 of file count_cst.cc.

const int var_size_

Definition at line 439 of file count_cst.cc.

scoped_array<IntVar*> vars_

Definition at line 65 of file count_cst.cc.