pr_loqo.h文件参考

浏览该文件的源代码。

宏定义

#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

函数

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 DUAL_INFEASIBLE   5

在文件pr_loqo.h31行定义。

#define DUAL_UNBOUNDED   9

在文件pr_loqo.h35行定义。

#define FLOOD   2

在文件pr_loqo.h22行定义。

#define INCONSISTENT   7

在文件pr_loqo.h33行定义。

#define ITERATION_LIMIT   3

在文件pr_loqo.h29行定义。

#define OPTIMAL_SOLUTION   1

在文件pr_loqo.h27行定义。

#define PRIMAL_AND_DUAL_INFEASIBLE   6

在文件pr_loqo.h32行定义。

#define PRIMAL_INFEASIBLE   4

在文件pr_loqo.h30行定义。

#define PRIMAL_UNBOUNDED   8

在文件pr_loqo.h34行定义。

#define QUIET   0

在文件pr_loqo.h20行定义。

#define STATUS   1

在文件pr_loqo.h21行定义。

#define STILL_RUNNING   0

在文件pr_loqo.h26行定义。

#define SUBOPTIMAL_SOLUTION   2

在文件pr_loqo.h28行定义。

#define TIME_LIMIT   10

在文件pr_loqo.h36行定义。


SHOGUN Machine Learning Toolbox - Documentation