Defines | Functions

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

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

Define Documentation

#define DUAL_INFEASIBLE   5

Definition at line 31 of file pr_loqo.h.

#define DUAL_UNBOUNDED   9

Definition at line 35 of file pr_loqo.h.

#define FLOOD   2

Definition at line 22 of file pr_loqo.h.

#define INCONSISTENT   7

Definition at line 33 of file pr_loqo.h.

#define ITERATION_LIMIT   3

Definition at line 29 of file pr_loqo.h.

#define OPTIMAL_SOLUTION   1

Definition at line 27 of file pr_loqo.h.

#define PRIMAL_AND_DUAL_INFEASIBLE   6

Definition at line 32 of file pr_loqo.h.

#define PRIMAL_INFEASIBLE   4

Definition at line 30 of file pr_loqo.h.

#define PRIMAL_UNBOUNDED   8

Definition at line 34 of file pr_loqo.h.

#define QUIET   0

Definition at line 20 of file pr_loqo.h.

#define STATUS   1

Definition at line 21 of file pr_loqo.h.

#define STILL_RUNNING   0

Definition at line 26 of file pr_loqo.h.

#define SUBOPTIMAL_SOLUTION   2

Definition at line 28 of file pr_loqo.h.

#define TIME_LIMIT   10

Definition at line 36 of file pr_loqo.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation