or-tools/examples/cpp/print_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 |
void | operations_research::PrintDimacsAssignmentProblem (const LinearSumAssignment< ForwardStarGraph > &assignment, const TailArrayManager< ForwardStarGraph > &tail_array_manager, const string &output_filename) |
| Given a LinearSumAssigment object representing an assignment problem description, outputs the problem in DIMACS format in the output file.
|