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

#include <string.h>
#include <algorithm>
#include "base/hash.h"
#include <limits>
#include <map>
#include <set>
#include <string>
#include <vector>
#include "base/integral_types.h"
#include "base/logging.h"
#include "base/scoped_ptr.h"
#include "base/stringprintf.h"
#include "base/file.h"
#include "base/concise_iterator.h"
#include "base/map-util.h"
#include "base/stl_util.h"
#include "constraint_solver/constraint_solver.h"
#include <iostream>
#include <fstream>
#include "util/xml_helper.h"

Go to the source code of this file.

Namespaces

namespace  operations_research

Classes

struct  operations_research::NaturalLess
 String comparator that compares strings naturally, even those including integer numbers. More...

Functions

bool operations_research::CompareStringsUsingNaturalLess (const string &s1, const string &s2)
string operations_research::TreeMonitorStripSpecialCharacters (string attribute)
 namespace

Variables

const char * operations_research::kConfigXml


Variable Documentation

std::vector<int64> branch_values_

Definition at line 475 of file tree_monitor.cc.

std::vector<TreeNode*> children_

Definition at line 476 of file tree_monitor.cc.

string* const config_xml_

Definition at line 233 of file tree_monitor.cc.

TreeNode* current_node_

Definition at line 234 of file tree_monitor.cc.

int cycles_

Definition at line 477 of file tree_monitor.cc.

DomainMap domain_

Definition at line 478 of file tree_monitor.cc.

const string filename_config_

Definition at line 235 of file tree_monitor.cc.

const string filename_tree_

Definition at line 236 of file tree_monitor.cc.

const string filename_visualizer_

Definition at line 237 of file tree_monitor.cc.

const int id_

Definition at line 479 of file tree_monitor.cc.

Definition at line 238 of file tree_monitor.cc.

Definition at line 239 of file tree_monitor.cc.

hash_map<string, int64> last_value_

Definition at line 240 of file tree_monitor.cc.

Definition at line 241 of file tree_monitor.cc.

int64 max_

Definition at line 243 of file tree_monitor.cc.

int64 min_

Definition at line 242 of file tree_monitor.cc.

string name_

Definition at line 166 of file tree_monitor.cc.

TreeNodeType node_type_

Definition at line 481 of file tree_monitor.cc.

TreeNode* const parent_

Definition at line 482 of file tree_monitor.cc.

scoped_ptr<TreeNode> root_node_

Definition at line 244 of file tree_monitor.cc.

Definition at line 245 of file tree_monitor.cc.

string* const tree_xml_

Definition at line 246 of file tree_monitor.cc.

bool valid_

Definition at line 168 of file tree_monitor.cc.

int64 value_

Definition at line 167 of file tree_monitor.cc.

IntVarMap vars_

Definition at line 247 of file tree_monitor.cc.

string* const visualization_xml_

Definition at line 248 of file tree_monitor.cc.