TimStage Struct Reference
Detailed Description
Definition at line 52 of file reader_tim.c.
Data Fields | |
| SCIP_VAR ** | vars |
| SCIP_CONS ** | conss |
| SCIP_HASHMAP * | varnametovar |
| SCIP_HASHMAP * | consnametocons |
| int | nvars |
| int | nconss |
| int | varssize |
| int | conssize |
Field Documentation
◆ vars
| SCIP_VAR** TimStage::vars |
Definition at line 54 of file reader_tim.c.
Referenced by addVariableToStage().
◆ conss
| SCIP_CONS** TimStage::conss |
Definition at line 55 of file reader_tim.c.
Referenced by addConstraintToStage().
◆ varnametovar
| SCIP_HASHMAP* TimStage::varnametovar |
Definition at line 56 of file reader_tim.c.
Referenced by addVariableToStage().
◆ consnametocons
| SCIP_HASHMAP* TimStage::consnametocons |
Definition at line 57 of file reader_tim.c.
Referenced by addConstraintToStage().
◆ nvars
| int TimStage::nvars |
Definition at line 58 of file reader_tim.c.
Referenced by addVariableToStage(), and createReaderdata().
◆ nconss
| int TimStage::nconss |
Definition at line 59 of file reader_tim.c.
Referenced by addConstraintToStage().
◆ varssize
| int TimStage::varssize |
Definition at line 60 of file reader_tim.c.
Referenced by addVariableToStage().
◆ conssize
| int TimStage::conssize |
Definition at line 61 of file reader_tim.c.
Referenced by addConstraintToStage().
