solver - Optimization with only non-linear objective and all linear constraints -


i using lindo api solve non-linear optimization scenario non-linearity in objective. loading constraint coefficients using lsloadlpdata , calculating value of objective using callback function set via lssetfuncalc. necessary call lsloadnlpdata? if yes, should values indexes of non-linear variables in each column? (since constraints linear)


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -