Scippy

SCIP

Solving Constraint Integer Programs

current_file Struct Reference

Detailed Description

Definition at line 264 of file grphload.c.

Data Fields

char filename [MAX_PATH_LEN]
 
int line
 
FILE * fp
 
struct sectionsection
 

Field Documentation

char current_file::filename[MAX_PATH_LEN]

Definition at line 266 of file grphload.c.

Referenced by graph_load(), message(), open_file(), and start_section().

FILE* current_file::fp

Definition at line 268 of file grphload.c.

Referenced by graph_load(), and open_file().

int current_file::line

Definition at line 267 of file grphload.c.

Referenced by graph_load(), message(), and open_file().

struct section* current_file::section

Definition at line 269 of file grphload.c.

Referenced by graph_load(), open_file(), and start_section().