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

or-tools/examples/cpp/parse_dimacs_assignment.h File Reference

#include <string>
#include "graph/ebert_graph.h"

Go to the source code of this file.

Namespaces

namespace  operations_research

Functions

LinearSumAssignment
< ForwardStarGraph > * 
operations_research::ParseDimacsAssignment (const string &filename, string *error_message, ForwardStarGraph **graph_handle)
 Reads an assignment problem description from the given file in DIMACS format and returns a LinearSumAssignment object representing the problem description.