Home / Computer science / Set packing / Computation
Variables
The decision variables represent the inclusion of each of the \(m\) suppliers,
\begin{equation*} x \in {\{ 0, 1 \}}^m. \end{equation*}x = [model.new_bool_var(name="x_%d" % i) for i in range(m)]