---Brian Schott wrote:
>       I don't think your constraint is expressed quite
> right because these work.
> 
>    bm 2 5
> 1 0 1 0 1
>    bm 3 7
> 1 0 1 0 1 0 1
> 
>       But bm 1 5 and bm 2 7 do not work. So we'll have to
> work on expressing the constraint.

Brian,
Are you sure that the results above are OK? From the initial description
of the problem I would have thought the following were correct?
   bm 2 5
0 1 0 1 0 
   bm 3 7
0 1 0 1 0 1 0

If that is not the case then I'm not sure I quite understand the
requirements. The most recent version of bm should work for all y.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to