|
APPFS
Advanced practical programming for scientists
|
Data Fields | |
| SID int | rows |
| number of rows (constraints) More... | |
| int | cols |
| number of columns (variables) More... | |
| double | a [BIP_ROWS][BIP_COLS] |
| coefficient matrix More... | |
| double | b [BIP_ROWS] |
| right hand side More... | |
Definition at line 31 of file ex4_enum.c.
Definition at line 36 of file ex4_enum.c.
| double binary_program::b[BIP_ROWS] |
Definition at line 37 of file ex4_enum.c.
| int binary_program::cols |
Definition at line 35 of file ex4_enum.c.
| SID int binary_program::rows |
Definition at line 34 of file ex4_enum.c.
1.8.6