> each can only be 1 or zero.
> the constraints of >=0 and <=1 and INT(all separate line entries).
One option would be to use the following instead.
For one of the constraints, add that A1:A100 are "bin." (The last item in
the pull-down menu).
bin means "Binary", which is the integer 0 or 1, and is designed to be a
little more efficient then the above code.
Hopefully this will help.

Signature
Dana DeLouis
Windows XP, Office 2003
>I have an array which consists of some 100 variables but each can only be 1
> or zero. (0.3 of a vehicle is meaningless!!!) If I place the constraints
[quoted text clipped - 7 lines]
>
> Can anyone offer a solution to the subject problem? Many Thanks.
Gwyndalf - 14 Jul 2006 01:16 GMT
Thanks for taking the time to reply.
The solver still comes up with decimal values despite using bin as the
constraint - I suspect that I must be thick!!!
> > each can only be 1 or zero.
> > the constraints of >=0 and <=1 and INT(all separate line entries).
[quoted text clipped - 16 lines]
> >
> > Can anyone offer a solution to the subject problem? Many Thanks.
slebo - 28 May 2008 18:44 GMT
Did you ever get an answer? I am having the same exact problem.
> Thanks for taking the time to reply.
> The solver still comes up with decimal values despite using bin as the
[quoted text clipped - 20 lines]
> > >
> > > Can anyone offer a solution to the subject problem? Many Thanks.