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) |
| 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.