Originally posted by: SystemAdmin
Hi, I have a problem with these two variables:
int costPT
i in T=...;
int costST
i in T=...;
if I have two .dat files with the values I want to put in these parameters
procs.dat
example:
procs =
9
10
5
1
11
19
6
17
7
and
slots.dat
how can I do it? is there any function in cplex that opens a file and assigns line values to vector values? I wouldn't like to use any random function from cplex as I want to use these values with other programs
thank you
#DecisionOptimization#MathematicalProgramming-General