A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://scip.zib.de/doc/html/reader__mst_8c_source.php below:

SCIP Doxygen Documentation: reader_mst.c Source File

47#define READER_NAME "mstreader" 48#define READER_DESC "file reader for partial primal solutions" 49#define READER_EXTENSION "mst" 70

assert(fname !=

NULL

);

76 SCIPerrorMessage

(

"Cannot read solution file if vartable is disabled. Make sure parameter 'misc/usevartable' is set to TRUE.\n"

);

116

assert(reader !=

NULL

);

137

assert(reader !=

NULL

);

139

assert(result !=

NULL

);

145 SCIPerrorMessage

(

"reading of partial solution file is only possible after a problem was created\n"

);

151 SCIPerrorMessage

(

"reading of partial solution file is only possible before the solving process is started\n"

);

165 if

(

SCIPfgets

(buffer, (

int

)

sizeof

(buffer), file) ==

NULL

)

206

assert(reader !=

NULL

);

SCIP_FILE * SCIPfopen(const char *path, const char *mode)

int SCIPfclose(SCIP_FILE *fp)

char * SCIPfgets(char *s, int size, SCIP_FILE *stream)

SCIP_RETCODE SCIPincludeReaderMst(SCIP *scip)

SCIP_Bool SCIPisTransformed(SCIP *scip)

SCIP_STAGE SCIPgetStage(SCIP *scip)

void SCIPverbMessage(SCIP *scip, SCIP_VERBLEVEL msgverblevel, FILE *file, const char *formatstr,...)

SCIP_RETCODE SCIPgetBoolParam(SCIP *scip, const char *name, SCIP_Bool *value)

SCIP_RETCODE SCIPincludeReaderBasic(SCIP *scip, SCIP_READER **readerptr, const char *name, const char *desc, const char *extension, SCIP_READERDATA *readerdata)

SCIP_RETCODE SCIPsetReaderCopy(SCIP *scip, SCIP_READER *reader, SCIP_DECL_READERCOPY((*readercopy)))

const char * SCIPreaderGetName(SCIP_READER *reader)

SCIP_RETCODE SCIPsetReaderRead(SCIP *scip, SCIP_READER *reader, SCIP_DECL_READERREAD((*readerread)))

SCIP_RETCODE SCIPreadSolFile(SCIP *scip, const char *filename, SCIP_SOL *sol, SCIP_Bool xml, SCIP_Bool *partial, SCIP_Bool *error)

SCIP_RETCODE SCIPfreeSol(SCIP *scip, SCIP_SOL **sol)

SCIP_RETCODE SCIPaddSolFree(SCIP *scip, SCIP_SOL **sol, SCIP_Bool *stored)

SCIP_RETCODE SCIPcreatePartialSol(SCIP *scip, SCIP_SOL **sol, SCIP_HEUR *heur)

void SCIPprintSysError(const char *message)

SCIP_Bool SCIPstrAtStart(const char *s, const char *t, size_t tlen)

wrapper functions to map file i/o to standard or zlib file i/o

struct SCIP_File SCIP_FILE

public methods for message output

public data structures and miscellaneous methods

public methods for input file readers

static SCIP_RETCODE readMst(SCIP *scip, const char *fname, SCIP_Bool xml)

static SCIP_DECL_READERCOPY(readerCopyMst)

static SCIP_DECL_READERREAD(readerReadMst)

file reader for partial primal solutions

public methods for message handling

public methods for SCIP parameter handling

public methods for reader plugins

public methods for solutions

enum SCIP_Retcode SCIP_RETCODE


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4