PDA

View Full Version : how to write appropriate ide opl code (using cplex) for this algorithm


kutikz
Jan12-12, 02:16 AM
im a new user of cplex and now im having difficulty to transform this algorithm into cplex code.
im using ilog cplex optimization studio12.2.

my problem is i have several customers, several periods, one depot and i wanna distribute some amount of goods to the customer using several routes. after i got the initial solution (initial route) then i wanna improve my solutions by using tabu search, and what ive got from the journals is this algorithm, and im a bit confused about how to implement this algorithm into the proper code. please help me at least how to transform it generally into the cplex code.
thanks a lot