PIPS
rproblem.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rproblem
 define RMAXCOLONNES 800 More...
 

Macros

#define RMAXCOLONNES   48 /**variables */
 ========================================================================= More...
 
#define RMAXLIGNES   90 /**contraintes */
 
#define VRFIN   0 /**solution finie */
 ..................... More...
 
#define VRVID   1 /**polyedre vide */
 
#define VRINF   2 /**solution infinie */
 
#define VRINS   3 /**nombre de pivotages insuffisant, bouclage possible */
 
#define VRDEB   4 /**debordement de tableaux */
 
#define VRCAL   5 /**appel errone */
 
#define VRBUG   6 /**bug */
 
#define VROVF   7 /**overflow */
 
#define VREPS   8 /**pivot anormalement petit */
 

Typedefs

typedef struct rproblemPrproblem
 define RMAXCOLONNES 800 More...
 
typedef struct rproblem rproblem
 

Macro Definition Documentation

◆ RMAXCOLONNES

#define RMAXCOLONNES   48 /**variables */

=========================================================================

SIMPLEXE for integer variables
ALL-INTEGER METHODS
Jean Claude SOGNO
Projet CHLOE – INRIA ROCQUENCOURT
Juin 1994
========================================================================= ========================================================================= Duong NGUYEN QUE
Adaption to abstract computation: janusvalue
CRI-ENSMP
========================================================================= ............. tailles maxima du probleme simplexe ..............

Definition at line 16 of file rproblem.h.

◆ RMAXLIGNES

#define RMAXLIGNES   90 /**contraintes */

Definition at line 17 of file rproblem.h.

◆ VRBUG

#define VRBUG   6 /**bug */

Definition at line 74 of file rproblem.h.

◆ VRCAL

#define VRCAL   5 /**appel errone */

Definition at line 73 of file rproblem.h.

◆ VRDEB

#define VRDEB   4 /**debordement de tableaux */

Definition at line 72 of file rproblem.h.

◆ VREPS

#define VREPS   8 /**pivot anormalement petit */

Definition at line 76 of file rproblem.h.

◆ VRFIN

#define VRFIN   0 /**solution finie */

.....................

resultat du solveur .......................

Definition at line 68 of file rproblem.h.

◆ VRINF

#define VRINF   2 /**solution infinie */

Definition at line 70 of file rproblem.h.

◆ VRINS

#define VRINS   3 /**nombre de pivotages insuffisant, bouclage possible */

Definition at line 71 of file rproblem.h.

◆ VROVF

#define VROVF   7 /**overflow */

Definition at line 75 of file rproblem.h.

◆ VRVID

#define VRVID   1 /**polyedre vide */

Definition at line 69 of file rproblem.h.

Typedef Documentation

◆ Prproblem

typedef struct rproblem * Prproblem

define RMAXCOLONNES 800

variables define RMAXLIGNES 2000 contraintes

◆ rproblem

typedef struct rproblem rproblem