All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Detailed Descriptionfile reader for variable fixings This reader allows to read a file containing fixation values for variables of the current problem. Each line of the file should have format <variable name> <value to fix> Note that only a subset of the variables may need to appear in the file. Lines with unknown variable names are ignored. The writing functionality is currently not supported.
Definition in file reader_fix.c. Go to the source code of this file.
Macro Definition Documentation
Definition at line 44 of file reader_fix.c. Referenced by SCIP_DECL_READERCOPY(), SCIP_DECL_READERREAD(), and SCIPincludeReaderFix().
Definition at line 45 of file reader_fix.c. Referenced by SCIPincludeReaderFix().
Definition at line 46 of file reader_fix.c. Referenced by SCIPincludeReaderFix(). Function Documentation
reads the given solution file
Definition at line 55 of file reader_fix.c. References FALSE, NULL, SCIP_Bool, SCIP_CALL, SCIP_MAXSTRLEN, SCIP_NOFILE, SCIP_OKAY, SCIP_READERROR, SCIP_Real, SCIP_VERBLEVEL_NORMAL, SCIPerrorMessage, SCIPfclose(), SCIPfeof(), SCIPfgets(), SCIPfindVar(), SCIPfixVar(), SCIPfopen(), SCIPinfinity(), SCIPprintSysError(), SCIPvarGetLbGlobal(), SCIPvarGetUbGlobal(), SCIPverbMessage(), SCIPwarningMessage(), and TRUE. Referenced by SCIP_DECL_READERREAD().
copy method for reader plugins (called when SCIP copies plugins) Definition at line 176 of file reader_fix.c. References NULL, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderFix(), and SCIPreaderGetName().
problem reading method of reader Definition at line 190 of file reader_fix.c. References NULL, READER_NAME, readSol(), SCIP_CALL, SCIP_DIDNOTRUN, SCIP_OKAY, SCIP_READERROR, SCIP_STAGE_PROBLEM, SCIP_SUCCESS, SCIPerrorMessage, SCIPfreeTransform(), SCIPgetStage(), and SCIPreaderGetName().
includes the fix file reader in SCIP
Definition at line 220 of file reader_fix.c. References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), and SCIPsetReaderRead(). Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins(). |