SCIP Doxygen Documentation
Loading...
Searching...
No Matches
reader_nl.h File Reference

Detailed Description

AMPL .nl file reader.

Author
Stefan Vigerske

Definition in file reader_nl.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeReaderNl (SCIP *scip)
SCIP_RETCODE SCIPwriteSolutionNl (SCIP *scip)

Function Documentation

◆ SCIPincludeReaderNl()

SCIP_RETCODE SCIPincludeReaderNl ( SCIP * scip)

includes the .nl file reader into SCIP

includes the AMPL .nl file reader in SCIP

Parameters
scipSCIP data structure

Definition at line 1820 of file reader_nl.cpp.

References assert(), NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeExternalCodeInformation(), SCIPincludeReaderBasic(), SCIPsetReaderCopy(), and SCIPsetReaderRead().

Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().

◆ SCIPwriteSolutionNl()