Scippy

SCIP

Solving Constraint Integer Programs

SmpsInput Struct Reference

Detailed Description

smps input structure

Definition at line 71 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 73 of file reader_smps.c.

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

◆ lineno

int SmpsInput::lineno

Definition at line 74 of file reader_smps.c.

Referenced by smpsinputReadLine().

◆ haserror

SCIP_Bool SmpsInput::haserror

Definition at line 75 of file reader_smps.c.

◆ buf

char SmpsInput::buf[SMPS_MAX_LINELEN]

Definition at line 76 of file reader_smps.c.

Referenced by smpsinputReadLine().

◆ f0

const char* SmpsInput::f0

Definition at line 77 of file reader_smps.c.

Referenced by smpsinputField0(), and smpsinputReadLine().

◆ f1

const char* SmpsInput::f1

Definition at line 78 of file reader_smps.c.

Referenced by smpsinputReadLine().