Hi guys,
I am currently working on a project, that I am trying to solve using a transportation problem. Essentially what I need to do is assign students to their schools based on where they live. Since they can study different things I am modeling it as a Multi commodity transportation problem. One of the restrictions that have been imposed on the project is that every student of the same study direction and the same place of living need to be assigned to the same school. This would give the following mathematical model:
I have managed to implement all constraints except for that last one. My attempt was to do it the following way.
Adding this last constraint causes havoc, including the solver ignoring all other conditions. So apparently what I am trying to do is wrong. So could anyone tell me how I would achieve a single source Multi commodity transportation problem?
--
New posters to this group are moderated which can take up to 48 hours, so please be patient if your first post takes a while to turn up.
---
You received this message because you are subscribed to the Google Groups "pulp-or-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pulp-or-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pulp-or-discuss/a462b8cb-1592-43a4-b184-a1da7af44a7bn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pulp-or-discuss/b13f47e3-8f5c-4b94-9132-611e24373a57n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pulp-or-discuss/b839a066-4e15-426a-affa-bbce4ed22321n%40googlegroups.com.