Hi, I have optimization as follows:
v = minimize sum_i sum_j x_i * x_j A_ij I have the following constraints: 1> sum_i x_i = 100% 2> x_i are rounded to the integer percents, e.g. 27.3% will become 27% My question is there a way to implement the rounding constraints. Thanks in advance. Best
_______________________________________________ NLopt-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss
