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) |
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 | |||
) |
Definition at line 294 of file pr_loqo.cpp.