Originally posted by: SystemAdmin
[Norbert said:]
Anthony,
no idea about Java, but in C++ you have something like
IloStringArray dataFileNames(env);
dataFileNames.add(file1.c_str());
dataFileNames.add(file2.c_str());
dataFileNames.add(file2.c_str());
IloOplRunConfiguration masterRC(env,fname_model.c_str(),dataFileNames);
i.e., you create a run-configuration with one model-file and three dat-files.
The Java-Interface should be somewhat similar.
Hope this helps.
Regards
Norbert
#DecisionOptimization#OPLusingCPLEXOptimizer