How to create an array of integers without the bounds?

后端 未结 0 1214
有刺的猬
有刺的猬 2020-12-01 03:26

I need an array for the integer variables of an optimization problem. When i use

IloNumVarArray x = CreateNumVarArray (env, 100, "x");

i have x1 to x

相关标签:
回答
  • 消灭零回复
提交回复
热议问题