pr_loqo.h File Reference

Go to the source code of this file.

Defines

#define QUIET   0
#define STATUS   1
#define FLOOD   2
#define STILL_RUNNING   0
#define OPTIMAL_SOLUTION   1
#define SUBOPTIMAL_SOLUTION   2
#define ITERATION_LIMIT   3
#define PRIMAL_INFEASIBLE   4
#define DUAL_INFEASIBLE   5
#define PRIMAL_AND_DUAL_INFEASIBLE   6
#define INCONSISTENT   7
#define PRIMAL_UNBOUNDED   8
#define DUAL_UNBOUNDED   9
#define TIME_LIMIT   10

Functions

int pr_loqo (int n, int m, double c[], double h_x[], double a[], double b[], double l[], double u[], double primal[], double dual[], int verb, double sigfig_max, int counter_max, double margin, double bound, int restart)


Define Documentation

#define DUAL_INFEASIBLE   5

Definition at line 30 of file pr_loqo.h.

#define DUAL_UNBOUNDED   9

Definition at line 34 of file pr_loqo.h.

#define FLOOD   2

Definition at line 21 of file pr_loqo.h.

#define INCONSISTENT   7

Definition at line 32 of file pr_loqo.h.

#define ITERATION_LIMIT   3

Definition at line 28 of file pr_loqo.h.

#define OPTIMAL_SOLUTION   1

Definition at line 26 of file pr_loqo.h.

#define PRIMAL_AND_DUAL_INFEASIBLE   6

Definition at line 31 of file pr_loqo.h.

#define PRIMAL_INFEASIBLE   4

Definition at line 29 of file pr_loqo.h.

#define PRIMAL_UNBOUNDED   8

Definition at line 33 of file pr_loqo.h.

#define QUIET   0

Definition at line 19 of file pr_loqo.h.

#define STATUS   1

Definition at line 20 of file pr_loqo.h.

#define STILL_RUNNING   0

Definition at line 25 of file pr_loqo.h.

#define SUBOPTIMAL_SOLUTION   2

Definition at line 27 of file pr_loqo.h.

#define TIME_LIMIT   10

Definition at line 35 of file pr_loqo.h.


Function Documentation

int pr_loqo ( int  n,
int  m,
double  c[],
double  h_x[],
double  a[],
double  b[],
double  l[],
double  u[],
double  primal[],
double  dual[],
int  verb,
double  sigfig_max,
int  counter_max,
double  margin,
double  bound,
int  restart 
)

Definition at line 290 of file pr_loqo.cpp.


SHOGUN Machine Learning Toolbox - Documentation