Note that eliminating nodes that are not used typically have no effect on the 
solution time and memory requirements of the mathematical program due to the 
ability of the pre-processor to quickly reduce the matrix.

Sent from my iPhone

On Mar 31, 2016, at 9:19 AM, Abhishek Shivakumar 
<[email protected]<mailto:[email protected]>> wrote:

Hi,

I have an lp model that produces an extremely sparse constraint matrix. I would 
like to reduce the number of non-zero entries in this matrix (make the matrix 
more dense). The main cause of this sparse-ness is the relation between two 
parameters. They can be seen as ‘arcs’ and ‘nodes: not all nodes have arcs 
between them. Is there a way to create a subset of parameter data from the sets 
‘arcs’ and ‘nodes’ based on whether they are connected? I would then be able to 
apply constraints only for this subset. In other languages (such as python) 
such an operation is possible through nested conditional statements. Is there a 
similar/equivalent approach in glpk/GNU mathprog?

Thanks!
Abhishek

_______________________________________________
Help-glpk mailing list
[email protected]<mailto:[email protected]>
https://lists.gnu.org/mailman/listinfo/help-glpk

________________________________
This e-mail and any attachments may be confidential or legally privileged. If 
you received this message in error or are not the intended recipient, you 
should destroy the e-mail message and any attachments or copies, and you are 
prohibited from retaining, distributing, disclosing or using any information 
contained herein. Please inform us of the erroneous delivery by return e-mail. 
Thank you for your cooperation.
_______________________________________________
Help-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to