<DD><I>#threads</I> is the number of threads to use; a range of the form <I>low</I>[:<I>high</I>] where low and optional high are non-negative integers, or 'auto' for the TBB default.<BR>
<I>verbose</I> print diagnostic output to screen<BR>
<I>silent</I> limits output to timing info; overrides verbose<BR>
<I>N</I> number of values to pack<BR>
<I>V</I> capacity of each bin<BR>
<I>#packers</I> number of concurrent bin packers to use (default=#threads)<BR>
<I>optimality</I> controls optimality of solution; 1 is highest, use larger numbers for less optimal but faster solution<BR>
<DT>To run a short version of this example, e.g., for use with Intel® Parallel Inspector:
<DD>Build a <I>debug</I> version of the example
(see the <AHREF=../../index.html#build>build directions</A>).
<BR>Run it with a small problem size and the desired number of threads, e.g., <TT>binpack 4 N=100</TT>.