DuQuad  v1.0
Quadratic Programming Optimizations
 All Data Structures Files Functions Variables Typedefs Macros
Result Struct Reference

#include <qp_structs.h>

Data Fields

real_tzopt
 
real_t fopt
 
uint32_t exitflag
 
real_tlambda1
 
real_tlambda2
 
struct Outputout
 

Detailed Description

Outputs of the algorithms

Definition at line 64 of file qp_structs.h.

Field Documentation

uint32_t Result::exitflag

Values: 1 = optimal point found, 2 = maximum number of iterations exceeded, -1 = error

Definition at line 67 of file qp_structs.h.

real_t Result::fopt

Optimal value

Definition at line 66 of file qp_structs.h.

real_t* Result::lambda1

Set of lagrangian multipliers

Definition at line 68 of file qp_structs.h.

real_t* Result::lambda2

Set of lagrangian multipliers

Definition at line 69 of file qp_structs.h.

struct Output* Result::out

Sruct containing other results

Definition at line 70 of file qp_structs.h.

real_t* Result::zopt

Optimal point

Definition at line 65 of file qp_structs.h.


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