PIPS
table_s Struct Reference

Type of simplex tableau. More...

#include <sc_simplex_feasibility.h>

+ Collaboration diagram for table_s:

Data Fields

constr_t obj
 objective function and value More...
 
constr_tconstrs
 constraints More...
 
int nbvars
 number of variables More...
 
int nbconstrs
 number of constraints More...
 

Detailed Description

Type of simplex tableau.

The objective function and the associated value are stored into a constraint obj, other constraints are in the constraint table constr.

Definition at line 521 of file sc_simplex_feasibility.h.

Field Documentation

◆ constrs

◆ nbconstrs

◆ nbvars

int table_s::nbvars

number of variables

Definition at line 524 of file sc_simplex_feasibility.h.

Referenced by table_addobjvars(), table_addofsvars(), table_addsignvars(), table_init(), and table_init_set_systeme().

◆ obj

constr_t table_s::obj

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