Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    implementation files (.c files) of the default readers of SCIP

    Files

    file  reader_bnd.c
     file reader for variable bounds
     
    file  reader_ccg.c
     Graph file reader (actually, only a writer)
     
    file  reader_cip.c
     CIP file reader.
     
    file  reader_cnf.c
     CNF file reader.
     
    file  reader_cor.c
     COR file reader (MPS format of the core problem for stochastic programs)
     
    file  reader_diff.c
     DIFF file reader.
     
    file  reader_fix.c
     file reader for variable fixings
     
    file  reader_fzn.c
     FlatZinc file reader.
     
    file  reader_gms.c
     GAMS file writer.
     
    file  reader_lp.c
     LP file reader.
     
    file  reader_mps.c
     (extended) MPS file reader
     
    file  reader_mst.c
     file reader for partial primal solutions (like MIP-start of Cplex)
     
    file  reader_nl.cpp
     AMPL .nl file reader and writer.
     
    file  reader_opb.c
     pseudo-Boolean file reader (opb format)
     
    file  reader_osil.c
     OS instance language (OSiL) format file reader.
     
    file  reader_pbm.c
     file writer for portable bitmap file format (PBM), open with common graphic viewer programs (e.g. xview)
     
    file  reader_pip.c
     file reader for polynomial mixed-integer programs in PIP format
     
    file  reader_ppm.c
     file writer for portable pixmap file format (PPM), open with common graphic viewer programs (e.g. xview)
     
    file  reader_rlp.c
     RLP file reader (LP format with generic variables and row names)
     
    file  reader_smps.c
     SMPS file reader - smps files list the cor, tim and sto files for a single instance.
     
    file  reader_sol.c
     file reader for primal solutions
     
    file  reader_sto.c
     STO file reader - the stochastic information of an instance in SMPS format.
     
    file  reader_tim.c
     TIM file reader - the stage information for a stochastic programming instance in SMPS format.
     
    file  reader_wbo.c
     WBO file reader (OPB format with weighted constraints)
     
    file  reader_zpl.c
     ZIMPL model file reader.