Hi,
I have an initial solution assigned to the two-dimensional variable x(i,j) .
How can I start solving the mathprogram using this initial solution?
I did the following steps but I need details about the element parameter which is the second argument in sendtosolversession?)
Thanks in advance
- read x from file “sol.txt”;
- myGMP := GMP::Instance::Generate(MyModel);
- SolverSession :=GMP::Instance::CreateSolverSession(myGMP);
- GMP::Solution::SendToSolverSession(SolverSession, ???)