nice problem.
your variable is Meet(cust1,cust2,timslot,day) in {0,1}
you could declare an integer variable Meet(cust,timslot,day) in
custumers that tells you who meets who. This would reduce number of
variables and memory comsumption. but still your instance would be
probably hard to solve.
Unless you have several other constraints, I would suggest you to try
to fit your problem in some classic literature problem (network flow ,
matching, ..) and use a specialized algorithm.
best
Sergio
> --
> You received this message because you are subscribed to the Google Groups "AIMMS - The Modeling System" group.
> To post to this group, send email to ai...@googlegroups.com.
> To unsubscribe from this group, send email to aimms+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/aimms?hl=en.
>
>
-vijay
_____________
Vijay Hanagandi
Optimal Solutions, Inc.,
17 Kershaw Ct.,
Bridgewater, NJ 08807
Phones:
(908) 393 1316 (Land)
(812) 205 8551 (Cell)
-------------------------------------------------------------------------------
We are presenting at the 2011 INFORMS Practice Meeting in Chicago
(April 10-12). Please feel free to attend our presentation on Run
Strategy
-------------------------------------------------------------------------------
Exactly! This should make your life easier.let's hope that the problem is solvable in reasonable time.
Em 23/03/2011 15:19, "Mauro Rozenberg" <maur...@gmail.com>escreveu:
Exactly! Most of the meeting are worthless (their value or priority is
0).
How do I insert a domain condition? Shall I put in the Index Domain
'c1, c2, day, time | value(c1, c2) > 0'?
Thanks!
Mauro.
On 23 mar, 12:37, Marcel Roelofs <marcel.roel...@gmail.com> wrote:
> Another question you can ask y...
> > Mauro.- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -
--
You received this message because you are subscribed to the Google Groups "AIMMS - The Modeling...