DimacsDescriptor Struct Reference
[DIMACS format]

#include <lemon/dimacs.h>

List of all members.

Public Types

enum  Type {
  NONE, MIN, MAX, SP,
  MAT
}

Public Member Functions

 DimacsDescriptor ()
 Constructor. It sets the type to NONE.

Public Attributes

Type type
 The file type.
int nodeNum
 The number of nodes in the graph.
int edgeNum
 The number of edges in the graph.


Member Enumeration Documentation

enum Type

DIMACS file type enum.

Enumerator:
NONE  Undefined type.
MIN  DIMACS file type for minimum cost flow problems.
MAX  DIMACS file type for maximum flow problems.
SP  DIMACS file type for shostest path problems.
MAT  DIMACS file type for plain graphs and matching problems.


doxygen