Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    public methods for reader plugins

    Author
    Tobias Achterberg
    Timo Berthold
    Gerald Gamrath
    Leona Gottwald
    Stefan Heinz
    Gregor Hendel
    Thorsten Koch
    Alexander Martin
    Marc Pfetsch
    Michael Winkler
    Kati Wolter

    Definition in file scip_reader.c.

    #include "scip/debug.h"
    #include "scip/pub_message.h"
    #include "scip/reader.h"
    #include "scip/scip_reader.h"
    #include "scip/set.h"
    #include "scip/struct_scip.h"
    #include "scip/struct_set.h"

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPincludeReader (SCIP *scip, const char *name, const char *desc, const char *extension, SCIP_DECL_READERCOPY((*readercopy)), SCIP_DECL_READERFREE((*readerfree)), SCIP_DECL_READERREAD((*readerread)), SCIP_DECL_READERWRITE((*readerwrite)), SCIP_READERDATA *readerdata)
     
    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)))
     
    SCIP_RETCODE SCIPsetReaderFree (SCIP *scip, SCIP_READER *reader, SCIP_DECL_READERFREE((*readerfree)))
     
    SCIP_RETCODE SCIPsetReaderRead (SCIP *scip, SCIP_READER *reader, SCIP_DECL_READERREAD((*readerread)))
     
    SCIP_RETCODE SCIPsetReaderWrite (SCIP *scip, SCIP_READER *reader, SCIP_DECL_READERWRITE((*readerwrite)))
     
    SCIP_READERSCIPfindReader (SCIP *scip, const char *name)
     
    SCIP_READER ** SCIPgetReaders (SCIP *scip)
     
    int SCIPgetNReaders (SCIP *scip)