[FlopCpp] Index of the constraint

Guyves Achtari 11ga10 at queensu.ca
Fri Oct 9 18:39:27 EDT 2015


Hi,

It seems like this mailing list is inactive. I have the following question. Perhaps someone can redirect me to the right group:

Using Flopc++, I would like to create sub sets that I can use for multiple constraints:

Example constraint:

MP_constraint

hh(i,4,dim+1);


hh(i, n, dim + 1) = h(n, dim + 1) == c(i, n, dim + 2) - c(i, n + 1, dim + 2) ;

hh(i, m, dim + 1) = h(m, dim + 1) == c(i, m, dim + 2) - c(i, m + 1, dim + 2) ;

with for example n between [0..1] and m[2..3]. Is this possible?

If not, can I simply use a for loop? It seems to compile but the results are not coherent..

Thanks for any suggestions..

Best,

G
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/flopcpp/attachments/20151009/97feb07e/attachment.html>


More information about the FlopCpp mailing list