#include <lemon/dimacs.h>
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. |
enum Type |