Go to the documentation of this file.
49 int simplex(
double* a,
int n,
int m,FILE* file);
71 int simplexp(
double* a,
int n,
int m,
int pos,FILE* file);
93 int simplexd(
double* a,
int n,
int m,
int pos,FILE* file);
int simplexd(double *a, int n, int m, int pos, FILE *file)
Applies the Simplex algorithm to a dual optimization problem.
int simplexp(double *a, int n, int m, int pos, FILE *file)
Applies the Simplex algorithm to a primal optimization problem.
int simplex(double *a, int n, int m, FILE *file)
Applies the Simplex Algorithm to an optimization problem.
RLP © 2006, 2009, 2015
Rui Carlos Gonçalves