PIPS
initpb Struct Reference

#include <iproblem.h>

Data Fields

Value a [MAXLIGNES+1][MAXCOLONNES+1]
 
Value d [MAXLIGNES+1]
 matrix coefficients More...
 
int e [MAXLIGNES+1]
 rhs More...
 

Detailed Description

Definition at line 121 of file iproblem.h.

Field Documentation

◆ a

Value initpb::a[MAXLIGNES+1][MAXCOLONNES+1]

Definition at line 123 of file iproblem.h.

Referenced by sc_to_iproblem().

◆ d

Value initpb::d[MAXLIGNES+1]

matrix coefficients

Definition at line 124 of file iproblem.h.

Referenced by sc_to_iproblem().

◆ e

int initpb::e[MAXLIGNES+1]

rhs

Definition at line 125 of file iproblem.h.

Referenced by sc_to_iproblem().


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