Originally posted by: SystemAdmin
[sketch131 said:]
Hi everyone,
I've been trying to implement a binary integer program in the interactive optimizer and have run into a bit of a problem. I've been able to input the objective function, bounds and constraints easy enough, but I want to be able to give the program an initial feasible integer solution I've found with a separate heuristic. I've seen using the setVector command a few times, but I'm unable to use this with the interactive optimizer. Any help with this would be great.
#CPLEXOptimizers#DecisionOptimization