Home
last modified time | relevance | path

Searched refs:cipinput (Results 1 – 1 of 1) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dreader_cip.c115 cipinput->endfile = (SCIPfgets(cipinput->strbuf, cipinput->len, cipinput->file) == NULL); in getInputString()
117 if( cipinput->endfile ) in getInputString()
120 BMSclearMemoryArray(cipinput->strbuf, cipinput->len); in getInputString()
124 cipinput->linenumber++; in getInputString()
143 if( pos + cipinput->readingsize >= cipinput->len ) in getInputString()
145 cipinput->len = SCIPcalcMemGrowSize(scip, pos + cipinput->readingsize); in getInputString()
150cipinput->endfile = (SCIPfgets(&(cipinput->strbuf[pos]), cipinput->len - pos, cipinput->file) == N… in getInputString()
155 BMSclearMemoryArray(cipinput->strbuf, cipinput->len); in getInputString()
769 CIPINPUT cipinput; in SCIP_DECL_READERREAD() local
809 while( cipinput.section != CIP_END && !cipinput.haserror ) in SCIP_DECL_READERREAD()
[all …]