Detailed Description
file reader and writer for vertex coloring solutions
This file implements the reader and writer for coloring solution files.
These files have the following structure:
The first line contains the name of the problem, the number of colors used in the solution, and - optional - the name of the algorithm that computed this solution. The second line lists the colors of the nodes, separated by spaces. It is sorted increasingly by the node indices. The numbers for the colors start with 0.
Definition in file reader_csol.h.
#include "scip/scip.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeReaderCsol (SCIP *scip) |
Function Documentation
◆ SCIPincludeReaderCsol()
SCIP_RETCODE SCIPincludeReaderCsol | ( | SCIP * | scip | ) |
includes the csol file reader into SCIP
includes the csol file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 436 of file reader_csol.c.
References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderRead(), and SCIPsetReaderWrite().
Referenced by SCIPincludeColoringPlugins().