#include <lemon/dimacs.h>
| Public Types | |
| enum | Type { NONE, MIN, MAX, SP, MAT } | 
| DIMACS file type enum.  More... | |
| 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 | 
 1.8.5
 1.8.5