Scippy

    SCIP

    Solving Constraint Integer Programs

    TimStage Struct Reference

    Detailed Description

    Definition at line 63 of file reader_tim.c.

    Data Fields

    SCIP_VAR ** vars
     
    SCIP_CONS ** conss
     
    SCIP_HASHMAPvarnametovar
     
    SCIP_HASHMAPconsnametocons
     
    int nvars
     
    int nconss
     
    int varssize
     
    int conssize
     

    Field Documentation

    ◆ vars

    SCIP_VAR** TimStage::vars

    Definition at line 65 of file reader_tim.c.

    Referenced by addVariableToStage().

    ◆ conss

    SCIP_CONS** TimStage::conss

    Definition at line 66 of file reader_tim.c.

    Referenced by addConstraintToStage().

    ◆ varnametovar

    SCIP_HASHMAP* TimStage::varnametovar

    Definition at line 67 of file reader_tim.c.

    Referenced by addVariableToStage().

    ◆ consnametocons

    SCIP_HASHMAP* TimStage::consnametocons

    Definition at line 68 of file reader_tim.c.

    Referenced by addConstraintToStage().

    ◆ nvars

    int TimStage::nvars

    Definition at line 69 of file reader_tim.c.

    Referenced by addVariableToStage().

    ◆ nconss

    int TimStage::nconss

    Definition at line 70 of file reader_tim.c.

    Referenced by addConstraintToStage().

    ◆ varssize

    int TimStage::varssize

    Definition at line 71 of file reader_tim.c.

    Referenced by addVariableToStage().

    ◆ conssize

    int TimStage::conssize

    Definition at line 72 of file reader_tim.c.

    Referenced by addConstraintToStage().