Hello all
I trying to write an optimization model in Java API directly.
I read gams java API tutorial. I can define sets, parameters & variables in java but I don’t define optimization model in java.
pls, let me know, can I write my model in java directly or gams java API don’t support this functions and I force to write the model in the gams ide and run it from java?
(for instance, in IBM CPLEX software, we can define directly optimization model in java code with specific class and function and solved it separate from ide).
Best regard