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

#include <stddef.h>
#include <string.h>
#include <algorithm>
#include <string>
#include <utility>
#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

Classes

class  operations_research::Dimension
 Dimension. More...

Functions

int operations_research::SortIndexByWeight (int64 *const indices, const int64 *const weights, int size)


Variable Documentation

std::vector<int64> assigned_

Definition at line 205 of file pack.cc.

Rev<int> assigned_count_

Definition at line 1067 of file pack.cc.

const int bins_count_

Definition at line 674 of file pack.cc.

RevArray<int> candidates_

Definition at line 1195 of file pack.cc.

const std::vector<int64> capacities_

Definition at line 1263 of file pack.cc.

Rev<int> card_max_

Definition at line 1197 of file pack.cc.

Rev<int> card_min_

Definition at line 1196 of file pack.cc.

IntVar* const cost_var_

Definition at line 969 of file pack.cc.

IntVar* const count_var_

Definition at line 1193 of file pack.cc.

CountUsedBinDimension* const dim_

Definition at line 695 of file pack.cc.

Definition at line 970 of file pack.cc.

Definition at line 676 of file pack.cc.

int index

Definition at line 542 of file pack.cc.

const int index_

Definition at line 696 of file pack.cc.

Definition at line 1199 of file pack.cc.

Definition at line 1198 of file pack.cc.

IntVar** const loads_

Definition at line 827 of file pack.cc.

int64* const ranked_

Definition at line 678 of file pack.cc.

Definition at line 679 of file pack.cc.

Definition at line 975 of file pack.cc.

Definition at line 830 of file pack.cc.

Definition at line 971 of file pack.cc.

Definition at line 677 of file pack.cc.

Definition at line 972 of file pack.cc.

std::vector<int64> unassigned_

Definition at line 204 of file pack.cc.

Definition at line 1068 of file pack.cc.

std::vector<std::vector<int64> > undecided_

Definition at line 203 of file pack.cc.

int64* const upper_bounds_

Definition at line 675 of file pack.cc.

RevBitSet used_

Definition at line 1194 of file pack.cc.

const int vars_count_

Definition at line 672 of file pack.cc.

int64 weight

Definition at line 543 of file pack.cc.

const std::vector<IntVar*> weights_

Definition at line 673 of file pack.cc.