HQP  1.9.7
Omu_Program.h File Reference

Interface for a multistage optimization problem described by algebraic and differential equations. More...

#include <Meschach.h>
#include "Omu_Variables.h"
#include "Omu_Dependents.h"
#include <If_Class.h>
Include dependency graph for Omu_Program.h:
This graph shows which files directly or indirectly include this file:

Classes

class  Omu_Program
 Interface for a multi-stage optimization problem. More...
 

Macros

#define max(a, b)   ((a) > (b) ? (a) : (b))
 
#define min(a, b)   ((a) < (b) ? (a) : (b))
 

Typedefs

typedef double adouble
 
typedef double * adoublev
 

Functions

 IF_BASE_DECLARE (Omu_Program)
 

Detailed Description

Interface for a multistage optimization problem described by algebraic and differential equations.

rf, 16/1/97