Displaying 1 result from an estimated 1 matches for "rsymphony_solve_lp".
2010 Jun 08
0
Rsymphony
Hi list,
I have two question relating to the Rsymphony package:
a)  is there a way to use 'warm starts' ?
i.e. if i successively call Rsymphony_solve_LP()
with only one constraints change, does it perform the optimization
from the simplex-origin or does it uses the previously found solution
[i.e. as is common usage, see for instance lpsolveAPI]
b) to what extend are sparse matrix supported ?
i.e. if a constraint matrix is set as 
cbind(1,x,diag(di...