APPFS
Advanced practical programming for scientists
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
binary_program Struct Reference

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...
 

Detailed Description

Definition at line 31 of file ex4_enum.c.

Field Documentation

double binary_program::a[BIP_ROWS][BIP_COLS]

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.


The documentation for this struct was generated from the following file: