> OK. I removed the extra %.2f  in prinf statement, I still go this error.
> 
> ForestValue_r2_0.mod:720: 0-ary slice not allowed
> Context: ..., spec , prd , orig , dest , ( sum { ( dmd , spec , prd ) in
> MathProg model processing error

Looks like all dmd, spec, and prd are already used as dummy indices
outside of the sum operator, so ( dmd , spec , prd ) is a 0-ary slice in
the sense that that triplet has no dummy indices.


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

Reply via email to