Providing an Initial Solution to MIP Solvers
When solving MIP models, it is possible to provide an initial solution as a starting point for supported solvers. CPLEX, Gurobi and CBC are the solvers available in AIMMS that support this.
You can do this by changing the following options for the corresponding solvers (X.X represents the version number)
Go to
:CPLEX X.X:
GUROBI X.X:
CBC X.X:
Now, assign the values of your solution to the variables before calling the solve
statement.