Worker process for LP_solver_cylp_mp.
model : CyClpModel
Model of the LP Problem, see LP_solver_cylp_mp
B_vectors : matrix
Matrix containing B vectors, see construct_B_vectors
weights : array
Weights.
ray : int
Starting ray.
chunksize : int
Number of rays to process.
soln : array
Solution to LP problem.
See also