Hi,
I am trying to solve a column generation based network problem.
After solving a set of subproblems, I find new paths which I am
supposed to add to a set including the already generated paths.
I start running the program with a basic feasible solution, so the
problem looks like as follows:
Ex:
set Paths_BFS = Path1,Path2,......,PathK
Say that after solving a set of subproblems, I find a set M including
n new paths.
What I want is to be able to get a union of set Paths_BFS and set M.
I tried to use "redeclare" to solve this problem, but I am not allowed
to write
redeclare set Paths_BFS = Paths_BFS union M;
Thanks for helping
Eser
--
You received this message because you are subscribed to the Google Groups "AMPL Modeling Language" group.
To post to this group, send email to
am...@googlegroups.com.
To unsubscribe from this group, send email to
ampl+uns...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/ampl?hl=en.