n-by-m matrix A
vector b with n elements
vector c with m elements
constraint type in Ax [constraintType] b. (=, <= or >=)
constraint type in Ax [constraintType] b.
constraint type in Ax [constraintType] b. (=, <= or >=)
Generates a default solver among all the solvers existing for this problem
Generates a default solver among all the solvers existing for this problem
default solver
n-by-m matrix A parameter of the problem
vector b with n elements of the problem
vector c with m elements of the problem
Class representing a linear optimization problem which can be expressed in the following form: min c'x subject to Ax = b (or >=, <=) and x >= 0