or-tools/examples/cpp/print_dimacs_assignment.cc File Reference
#include "cpp/print_dimacs_assignment.h"
#include <cstdio>
#include <string>
#include "base/logging.h"
#include "base/stringprintf.h"
#include "graph/ebert_graph.h"
#include "graph/linear_assignment.h"
Go to the source code of this file.
|
Namespaces |
namespace | operations_research |
Functions |
static void | operations_research::WriteOrDie (const char *buffer, size_t item_size, size_t buffer_length, FILE *fp) |
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.
|