Sparse linear program solver
Posted
by Jacob
on Stack Overflow
See other posts from Stack Overflow
or by Jacob
Published on 2010-06-10T03:17:40Z
Indexed on
2010/06/10
3:22 UTC
Read the original article
Hit count: 255
This great SO answer points to a good sparse solver, but I've got constraints on x
(for Ax = b
) such that each element in x
is >=0
an <=N
. The first thing which comes to mind is an LP solver for large sparse matrices.
Any ideas/recommendations?
© Stack Overflow or respective owner