Originally posted by: kutikz
im a new cplex user, i have few algorithms which related to each other.
1. should i merge the whole algorithms into one code or construct them in different code based on the original algorithms?
2. if i construct them into few different codes, how to call the another code ? because they are interrelated
i have tried to merge them into one code but it seems so difficult because it's quite complicated and i keep finding errors so i try to split them into few codes but im not sure how to call the other codes. thank in advance.
#DecisionOptimization#OPLusingCPLEXOptimizer