pyart.correct.phase_proc.LP_solver_cylp

pyart.correct.phase_proc.LP_solver_cylp(A_Matrix, B_vectors, weights, really_verbose=False)[source]

Solve the Linear Programming problem given in Giangrande et al, 2012 using the CyLP module.

Parameters:

A_Matrix : matrix

Row augmented A matrix, see construct_A_matrix

B_vectors : matrix

Matrix containing B vectors, see construct_B_vectors

weights : array

Weights.

really_verbose : bool

True to print CLP messaging. False to suppress.

Returns:

soln : array

Solution to LP problem.

See also

LP_solver_cvxopt
Solve LP problem using the CVXOPT module.
LP_solver_pyglpk
Solve LP problem using the PyGLPK module.
Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.