reader_lop.h File Reference
Detailed Description
linear ordering file reader
This file implements the reader/parser used to read linear ordering problems. For more details see How to add file readers. The data should be given in LOLIB format, see LOLIB.
Definition in file reader_lop.h.
#include "scip/scip.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeReaderLOP (SCIP *scip) |
Function Documentation
◆ SCIPincludeReaderLOP()
SCIP_RETCODE SCIPincludeReaderLOP | ( | SCIP * | scip | ) |
includes the linear ordering file reader into SCIP
includes the linear ordering file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 348 of file reader_lop.c.
References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), and SCIPsetReaderRead().
Referenced by main().