SCIP Doxygen Documentation
Loading...
Searching...
No Matches
SmpsInput Struct Reference

Detailed Description

smps input structure

Definition at line 78 of file reader_smps.c.

Data Fields

SCIP_FILEfp
int lineno
SCIP_Bool haserror
char buf [SMPS_MAX_LINELEN]
const char * f0
const char * f1

Field Documentation

◆ fp

SCIP_FILE* SmpsInput::fp

Definition at line 80 of file reader_smps.c.

Referenced by SCIP_DECL_READERREAD(), smpsinputCreate(), and smpsinputReadLine().

◆ lineno

int SmpsInput::lineno

Definition at line 81 of file reader_smps.c.

Referenced by smpsinputReadLine().

◆ haserror

SCIP_Bool SmpsInput::haserror

Definition at line 82 of file reader_smps.c.

◆ buf

char SmpsInput::buf[SMPS_MAX_LINELEN]

Definition at line 83 of file reader_smps.c.

Referenced by clearFrom(), and smpsinputReadLine().

◆ f0

const char* SmpsInput::f0

Definition at line 84 of file reader_smps.c.

Referenced by smpsinputField0(), and smpsinputReadLine().

◆ f1

const char* SmpsInput::f1

Definition at line 85 of file reader_smps.c.

Referenced by smpsinputReadLine().