Abstract
Working in an extended variable space allows one to develop tighter reformulations for mixed integer programs. However, the size of the extended formulation grows rapidly too large for a direct treatment by a MIP-solver. Then, one can work with inner approximations defined and improved by generating dynamically variables and constraints. When the extended formulation stems from subproblems’ reformulations, one can implement column generation for the extended formulation using a Dantzig–Wolfe decomposition paradigm. Pricing subproblem solutions are expressed in the variables of the extended formulation and added to the current restricted version of the extended formulation along with the subproblem constraints that are active for the subproblem solutions. This so-called “column-and-row generation” procedure is revisited here in a unifying presentation that generalizes the column generation algorithm and extends to the case of working with an approximate extended formulation. The interest of the approach is evaluated numerically on machine scheduling, bin packing, generalized assignment, and multi-echelon lot-sizing problems. We compare a direct handling of the extended formulation, a standard column generation approach, and the “column-and-row generation” procedure, highlighting a key benefit of the latter: lifting pricing problem solutions in the space of the extended formulation permits their recombination into new subproblem solutions and results in faster convergence.
Introduction
Formulating a mixed integer program (MIP) in a higher dimensional space by introducing extra variables is a process to achieve a tight approximation of the integer convex hull. Several classes of reformulation techniques are reviewed in Vanderbeck and Wolsey (2010): some are based on variable splitting (including multi-commodity flow, unary or binary expansions), others rely on the existence of a dynamic programming or a linear programming separation procedure for a sub-system, and further reformulation techniques rely on exploiting the union of polyhedra or basis reduction. A unifying framework is presented in Kaibel and Loos (2010). An extended formulation presents the practical advantage to lead to a direct approach: the reformulation can be fed to a MIP-solver. However, such approach remains limited to small size instances because the extended formulation grows rapidly too large for practical purposes. Its size counted as the sum of the number of variables and constraints is often pseudo-polynomial in the input size or polynomial but with a large degree.
To alleviate the curse of dimensionality, one can in some cases project the extended formulation into a lower dimensional space, for example, by applying a Benders’ decomposition approach Benders (1962). Alternatively, Van Vyve and Wolsey (2006) propose to “truncate” the reformulation in order to define a good quality outer approximation of the polyhedron defined by the projection of the full-blown extended formulation. In several application-specific contexts, they show that approximating the extended formulation may indeed allow one to achieve significant tightening of the linear programming bound while having manageable size. The techniques range from dropping some of the constraints (the more complex constraints typically bring the most marginal dual bound improvements), or in such case as multi-commodity flow reformulation, aggregating several commodities or aggregating nodes, or, more generally, applying the extended reformulation paradigm to sub-systems only. Such approach preserves the possibility of directly applying a standard MIP approach to the “truncate” extended reformulation and allows one to deal with larger size instances. In Van Vyve and Wolsey (2006), the level of approximation is controlled by a parameter whose maximum value corresponds to the full extended formulation. Their numerical results show that the best trade-off between dual bound quality and size is often achieved for low level approximations.
While Benders’ approach results in working with a dynamically improved outer approximation of the intended extended formulation, the “truncate” extended reformulation of Van Vyve and Wolsey (2006) leads to a relaxation that defines a static outer approximation. The approach reviewed herein consists in developing an inner approximation of the intended polyhedron by considering the extended formulation restricted to a subset of variables, delaying the inclusion of some variables and associated constraints. In the spirit of a Dantzig–Wolfe column generation approach, the inner approximation is iteratively improved by adding promising variables along with the constraints that become active once those variables are added. The method relies on specific pricing and separation strategies. Instead of simply doing variable pricing or constraint separation based on enumeration on the columns and rows of a full-blown extended formulation, pricing is done by solving an optimization subproblem over the whole set of variables and the inserted constraints are those that are binding for that subproblem solution. The method applies to problems that present some structure that makes them amenable to Dantzig–Wolfe decomposition. Then, the pricing subproblem is that of a standard column generation approach applied to the Dantzig–Wolfe reformulation. However, subproblem solutions must be expressed in the variables of the extended formulation (which can be understood as column “lifting” or “disaggregation”) and added to a master program which is a restricted version of the extended formulation.
Therefore, the method is a hybrid between an extended formulation approach and a standard column generation approach. Compared with a direct use of the extended reformulation, this hybrid approach can be seen as a way to handle dynamically the large size of the reformulation. Compared with applying a standard column generation to the Dantzig–Wolfe reformulation, the hybrid approach has the advantage of an accelerated convergence of the column generation procedure: “lifting/disaggregating” columns permits their “recombination” which acts as a stabilization technique for column generation. Moreover, the extended formulation offers a richer model in which to define cuts or branching restrictions.
Such column-and-row generation procedure is a technique previously described in the literature in application-specific contexts: for bin packing in ValTrio de Carvalho (1999); for multi-commodity flow in Mamer and McBride (2000) and in Lobel (1998) where the method is extended to the context of a Lagrangian decomposition, the resulting methodology is named “Lagrangian pricing”; for the resource-constrained minimum-weight arborescence problem in Fischetti and Vigo (1996); for split delivery vehicle routing in Feillet et al. (2006, 2010); or for network design problems in Feillet et al. (2010) and Frangioni and Gendron (2009). The convincing computational results of these papers indicate the interest of the method. Although the motivations of these studies are mostly application specific, methodological statements made therein are to some extent generic. Moreover, there are recent efforts to explore this approach further. In a study developed concomitantly to ours, Frangioni and Gendron Frangioni and Gendron (2012) present a “structured Dantzig–Wolfe decomposition” for which they adapt column generation stabilization techniques (from linear penalties to the bundle method). Compared with Frangioni and Gendron (2012), our generic presentation, relying on the definition of an extended formulation, assumes slightly less restrictive assumptions and extends to approximate extended formulation. In Feillet et al. (2010), Gendreau et al. present a branch-and-price-and-cut algorithm where columns and cuts are generated simultaneously; their presentation considers approximate extended formulation but with a weaker termination condition. Muter et al. (2012) consider what they call a “simultaneous column-and-row generation” approach, but it takes the meaning of a nested decomposition, different from the method reviewed here: the subproblem has itself a decomposable structure.
The goal of revisiting the column-and-row generation approach is to emphasize its wide applicability and to highlight its pros and cons with an analysis supported by numerical experiments. Our paper establishes the validity of the column-and-row generation algorithm in a form that encompasses all special cases of the literature, completing the presentations of Feillet et al. (2010), Fischetti and Vigo (1996), Frangioni and Gendron (2009), Frangioni and Gendron (2012), Lobel (1998), Mamer and McBride (2000), Muter et al. (2012), ValTrio de Carvalho (1999). We identify what explains the faster convergence: the recombination of previously generated subproblem solutions. We point out that lifting the master program in the variable space of the extended formulation can be done while carrying pricing in the compact variable space of the original formulation, using any oracle. We show that the method extends to the case where the extended formulation is based on a subproblem reformulation that only defines an approximation of the subproblem integer hull. This extension is essential in practice as it allows one to use approximations for strongly NP-Hard subproblems for which an exact extended formulation is necessarily exponential (unless P = NP). Moreover, we advocate the use of a generalized termination condition in place of the traditional reduced cost criteria that can lead to stronger dual bounds: solving the integer subproblems yields Lagrangian dual bounds that might be tighter than the extended formulation LP bound. The benefit of the approach depends on the tradeoff between the induced stabilization effect on the one hand, and the larger size working formulation and possible weaker dual bound on the other hand. Our analysis should help research fellows to evaluate whether this alternative procedure has potential to outperform classical column generation on a particular problem.
In the sequel, we introduce (in Sect. 2) the column-and-row generation method on specific applications where it has been used, or could have been used. Next, in Sect. 3, we formalize the procedure and show the validity of the algorithm (including in the case of multiple identical subproblems). We then show how the method extends to the case where one works with an approximate extended formulation [(as in the proposal of Van Vyve and Wolsey (2006)]. We show that in such case, the dual bound that one obtains is between the linear relaxation bound for the extended reformulation and the Lagrangian dual bound based on that subproblem. In Sect. 4, we discuss the pros and cons of the method, we formalize the lifting procedure, and we highlight the properties that are required for the application in order to find some specific interest in replacing standard column generation by such dynamic column-and-row generation for an extended formulation. This discussion is corroborated by numerical results presented in Sect. 5. We carry out experiments on machine scheduling, bin packing, generalized assignment, and multi-echelon lot-sizing problems. We compare a direct solution of the extended formulation linear relaxation, a standard column generation approach for the Dantzig–Wolfe master program, and the column-and-row generation approach applied to the extended formulation LP. The results illustrate the stabilization effect resulting from column disaggregation and recombinations that are shown to have as cumulative effect when used in combination with a standard stabilization technique.
Specific examples
Machine scheduling
For scheduling problems, time-indexed formulations are standard extensions resulting from a unary decomposition of the start time variables. Consider a single machine scheduling problem on a planning horizon \(T\) as studied by van den Akker et al. (2000). The problem is to schedule the jobs, \(j \in J=\{1,\ldots ,n\}\), a single one at the time, at minimum cost, which can be modeled as
where \(S_j\) denotes the start time of job \(j\) and \(p_j\) is its given processing time. Disjunctive program (1) admits an extended formulation written in terms of decision variables \(z_{jt} = 1\) if and only if job \(j \in J \cup \{0\}\) starts at the outset of period \(t \in \{1, \ldots , T\}\), where job \(0\) with processing time \(1\) models machine idle time. By convention, period \(t\) is associated with time interval \([t-1, t)\) and \(z_{jt}\) is only defined for \(1 \le t \le T - p_j + 1\). The reformulation takes the form
where (3) enforces the assignment of each job, (4) the initialization of the schedule, while (5) forbids the use of the machine for more than one job at the time: a job \(j\) can start in \(t\) only if one ends in \(t\) and therefore releases the machine. The formulation can be extended to the case in which \(m\) identical machines are available; then the right-hand-size of (4) is \(m\) and variable \(z_{0t}\) represents the number of idle machines at time \(t\). One can also model in this way a machine with arbitrary capacity where jobs have unit capacity consumption. The objective can model any cost function that depends on job start times (or completion times). Extended reformulation [R] has size \(O(|J| \, T)\) which is pseudo-polynomial in the input size, since \(T\) is not an input but it is computed as \(T = \sum _j p_j\). The subsystem defined by constraints (4, 5) characterizes a flow that represents a “pseudo-schedule” satisfying non-overlapping constraints, but not the single assignment constraints. A standard column generation approach based on subsystem (4, 5) consists in defining reformulation
where \(G\) is the set of “pseudo-schedules”: vector \(z^g\) and scalar \(c^g\) define the associated solution and cost for a solution \(g \in G\). As done in van den Akker et al. (1999, 2000), reformulation [M] can be solved by column generation. The pricing subproblem [SP] is a shortest path problem: find a sequence of jobs and down-times to be scheduled on the single machine with possible repetition of jobs. The underlying graph is defined by nodes that represent periods and arcs \((t, t + p_j)\) associated to the processing of jobs \(j \in J \cup \{0\}\) in time interval \([t-1, t+ p_j)\). Figure 1 illustrates such path for a numerical instance.
Consider the machine scheduling subproblem. A solution is a pseudo-schedule that can be represented by a path as illustrated here for \(T= 10\) and \(J = \{1, \ldots , 4\}\) and \(p_j = j\) for each \(j\in J\): the sequence consists in scheduling job 3, then twice job 2 consecutively, and to complete the schedule with idle periods (represented by straight arcs)
An alternative to the aforementioned standard column generation approach for [M] would be to generate dynamically the \(z\) variables for [R], not one at the time, but by solving the shortest path pricing problem [SP] and by adding to [R] the components of the subproblem solution \(z^g\) in the time index formulation along with the flow conservation constraints that are binding for that solution. To illustrate the difference between the two approaches, Fig. 2 shows several iterations of the column generation procedure for [M] and [R], for the numerical instance of Fig. 1. Formulations [M] and [R] are initialized with the variable(s) associated with the same pseudo-schedule depicted in Fig. 2 as the initial subproblem solution. Note that the final solution of [M] is the solution obtained as the subproblem solution generated at iteration 11, whereas, for formulation [R], the final solution is a recombination of the subproblem solution of iteration 3 and the initial solution.
Solving the example by column versus column-and-row generation (assuming the same data as in of Fig. 1). Each bended arc represents a job, and straight arcs represent idle periods
As illustrated by the numerical example of Fig. 2, the interest of implementing column generation for [R] instead of [M] is to allow for the recombination of previously generated solutions. Observe the final solution of [R] in Fig. 2. Let us denote it by \(\hat{z}\). It would not have its equivalent in formulation [M] even if the same four subproblem solutions had been generated: \(z^g\), for \(g = 0, \ldots , 3\). Indeed, if \(\hat{z} = \sum _{g=0}^3 z^g \, \lambda _g\), then \(\lambda _0 > 0\) and job 2 must be at least partially scheduled in period 2.
Bin packing
A column-and-row generation approach for an extended formulation has been applied to the bin packing problem by ValTrio de Carvalho (1999). The bin packing problem consists in assigning \(n\) items, \(i \in I = \{1, \ldots , n\}\), of given size \(s_i\), to bins of identical capacity \(C\), using a minimum number of bins. A compact formulation is
where \(x_{ik} = 1\) if item \(i \in I\) is assigned to bin \(k\) for \(k = 1, \ldots , n\) and \(\delta _k = 1\) if bin \(k\) is used. Constraints (9) say that each item must be assigned to one bin, while constraints (10–12) define a knapsack subproblem for each bin \(k\). The standard column generation approach consists in reformulating the problem in terms of the knapsack subproblem solutions. The master program takes the form
where \(G\) denotes the set of “feasible packings” satisfying (10–12) and vector \(x^g\) defines the associated solution \(g \in G\). When solving its linear relaxation by column generation, the pricing problem takes the form
where \(\pi \) are dual variables associated with (14) and
The subproblem can be set as the search for a shortest path in an acyclic network corresponding to the decision graph that underlies a dynamic programming solution of the knapsack subproblem: the nodes \(v \in \{0, \ldots , C \}\) are associated with capacity consumption levels; each item, \(i \in I\), gives rise to arcs \((u,v)\), with \(v = u + s_i\); wasted bin capacity is modeled by arcs \((v, C)\) for \(v = 0, \ldots , C-1\). A numerical example is given on the left of Fig. 3.
The network flow model for the subproblem yields an extended formulation for the subproblem in terms of variables \(f^{i}_{uv} = 1\) if item \(i\) is in the bin in position \(u\) to \(v = u+s_i\). The subproblem reformulation takes the form
(superscript \(i\) is redundant, but it shall help to simplify the notation below).
Subproblem extended formulation (17–20) leads in turn to an extended formulation for the original problem in terms of aggregate arc flow variables over all subproblems associated with each bin \(k = 1, \ldots , n\): \(F^i_{uv} = \sum _k f^{ik}_{uv}\), \(F_{vC} = \sum _k f^{k}_{vC}\), and \(\Delta = \sum _k \delta ^k\). The extended formulation takes the form
ValTrio de Carvalho (1999) proposed to solve the linear relaxation of (21–26) by column generation: iteratively solve a partial formulation stemming from a restricted set of variables \(F^i_{uv}\), collect the dual solution \(\pi \) associated to (22), solve pricing problem (16), transform its solution, \(x^*\), into a path flow that can be decomposed into a flow on the arcs, a solution to (17–20) which we denote by \(f(x^*)\), and add in (21–26) the missing arc flow variables \(\{F^{i}_{vu}: f^{i}_{vu} (x^*) > 0\}\), along with the missing flow balance constraints active for \(f(x^*)\).
Observe that (17–20) is only an approximation of the extended network flow formulation associated with the dynamic programming recursion to solve a 0-1 knapsack problem. A dynamic programming recursion for the bounded knapsack problem yields state space \(\{(j,b): j = 0, \ldots , n; b = 0, \ldots , C\}\), where \((j,b)\) represents the state of a knapsack filled up to level \(b\) with a combination of items \(i \in \{ 1, \ldots , j\}\). Here, it has been aggregated into state space: \(\{(b): b = 0, \ldots , C\}\). This entails relaxing the subproblem to an unbounded knapsack problem. Hence, feasible solutions to (17–20) can involve multiple copies of the same item. Because (17–20) models only a relaxation of the 0-1 knapsack subproblem, the LP relaxation of (21–26) is weaker than that of the standard master program (13–15). For instance, consider the numerical example with \(C= 100\), \(n= 5\) and \(s = (51, 50, 34, 33, 18)\). Then, the LP value of (13–15) is 2.5, while in (21–26) there is a feasible LP solution of value 2 which is \(F^{1}_{0,51}= 1\), \(F^3_{51,85}= F^5_{51,69}= F^5_{69,87}= \frac{1}{2}\), \(F^2_{0,50}= F^2_{50,100}= \frac{1}{2}\), \(F^3_{0,34}= F^4_{34,67}= F^4_{67,100}= \frac{1}{2}\). In ValTrio de Carvalho (1999), to avoid symmetries and to strengthen the extended formulation, arcs associated with an item are only defined if the tail node can be reached with a filling using items larger than \(s_i\) (as in the right part of Fig. 3). Note that our numerical example of a weaker LP solution for [R] does not hold after such strengthening.
Multi-commodity capacitated network design
Frangioni and Gendron (2009) applied a column-and-row generation technique to a multi-commodity capacitated network design problem. Given a directed graph \( G = (V,A)\) and commodities: \(k = 1, \ldots , K\), with a demand \(d^k\) of flow between origin and destination \((o^k, t^k) \in V \times V\), the problem is to assign an integer number of nominal capacity on each arc to allow for a feasible routing of traffic for all commodities, while minimizing routing and capacity installation cost. In Frangioni and Gendron (2009), split flows are allowed and hence flow variables are continuous. A formulation is
where \(d^k_i = d^k\) if \(i = o^k\), \(d^k_i = - d^k\) if \(i = t^k\), and \(d^k_i = 0\) otherwise. Variables \(x^k_{ij}\) denote the flow of commodity \(k\) in arc \((i,j) \in A\). The design variables, \(y_{ij}\), consists in selecting an integer number of nominal capacity on each arc \((i,j) \in A\). The problem decomposed into a continuous knapsack subproblem with varying capacity for each arc \((i,j) \in A\): \(X^{ij} = \{(x, y) \in \mathbb{R }_+^{K} \times \mathbb{N }: \sum _k x^k \le u_{ij} \, y, \; x^k \le d^k \, y \, \forall k \}\). An extended formulation for the subproblem arises from unary disaggregation of the design variables: let \(y^s_{ij} = 1\) and \(x^{ks}_{ij} = x^k_{ij}\) if \(y_{ij} = s\) for \(s \in \{1, \ldots , s^{\max }_{ij}\}\) with \(s^{\max }_{ij} = \left\lceil \frac{\sum _k d^k}{u_{ij}} \right\rceil \). Then, the subproblem associated with arc \((i,j)\) can be reformulated as
Its continuous relaxation gives the convex hull of its integer solutions and its projection gives the convex hull of \(X^{ij}\) solutions as shown by Croxton et al. (2007): reformulation \(Z^{ij}\) of subproblem \(X^{ij}\) can be obtained as the union of polyhedra associated with each integer value of \(y_{ij} = s\) for \(s = 0, \ldots , s^{\max }_{ij}\).
These subproblem reformulations yield a reformulation for the original problem:
On the other hand, a Dantzig–Wolfe reformulation can be derived based on subsystems \(X^{ij}\) or equivalently \(Z^{ij}\). Let \(G^{ij} = \{(x^g, y^g)\}_{g \in G^{ij}}\) be the enumerated set of extreme solutions to \(Z^{ij}\). A column \(g\) is associated with a given capacity installation level \(\sigma \): \(y^g_s = 1\) for a given \(s = \sigma \) and zero for \(s \ne \sigma \) while the associated flow vector \(x^g_{ks} = 0\) for \(s \ne \sigma \) and it defines an extreme LP solution for \(s = \sigma \). Then, the Dantzig–Wolfe master takes the form
When solving [M] by column generation, the pricing problems take the form
for each arc \((i,j)\).
Frangioni and Gendron (2009) proceeded to solve reformulation [R] by adding dynamically the \(y^s_{ij}\) variable and associated \(x^{ks}_{ij}\) variables for a given \(s\) at the time; i.e., for each arc \((i,j)\), they include the solution \(y_{ij} = s\) that arises as the solution of a pricing subproblem (43) over \(Z^{ij}\), while a negative reduced cost subproblem solution is found. Constraints (35, 36) that are active in the generated pricing problem solutions are added dynamically to [R]. In comparison, a standard column generation approach applied to [M] requires more iterations to converge as shown experimentally in Frangioni and Gendron (2012). This comparative advantage of the approach based of reformulation [R] has an intuitive explanation: in [R] a fixed \(y_{ij} = s\), can be “recombined” with any alternative associated extreme subproblem solution in the \(x\) variables. While, when applying column generation in [M], one might need to generate several columns associated with the same subproblem solution in the \(y\) variables, but different extreme continuous solution in the \(x\) variables.
The generic procedure
Assume a pure integer program that can be stated in the form [F]:
with an identified subsystem defined by
where \(A \in \mathbb{Q }^{m_1 \times n}\) and \(B \in \mathbb{Q }^{m_2 \times n}\) are rational matrices, whereas \(a \in \mathbb{Q }^{m_1}\) and \(b \in \mathbb{Q }^{m_2}\) are rational vectors. \(X\) (resp. [F]) is assumed to be a pure integer program that is feasible and bounded. Extension to the unbounded case or mixed integer case is merely a question of introducing more notation.
Assumption 1
There exists a polyhedron \(Q = \{ z \in \mathbb{R }_+^e: H \, z \ge h, z \in \mathbb{R }_+^e\}\), defined by a rational matrix \(H \in \mathbb{Q }^{f\times e}\) and a vector \(h \in \mathbb{Q }^{f}\), and a linear transformation \(T\) defining the projection:
such that
-
(i)
\(Q\) defines an extended formulation for \(\mathrm{conv}(X)\), i.e.,
$$\begin{aligned} \mathrm{conv}(X) = \mathrm{proj}_x Q = \{x \in \mathbb{R }^n_+: x = T \, z ; \; H \,z \ge h; \; z \in \mathbb{R }_+^e\}; \end{aligned}$$ -
(ii)
\(Z = Q \cap \mathbb{N }^e\) defines an extended IP-formulation for \(X\), i.e.,
$$\begin{aligned} X = \mathrm{proj}_x Z = \{x \in \mathbb{R }^n_+: x = T \, z ; \; H \,z \ge h; \; z \in \mathbb{N }^e\}. \end{aligned}$$
Condition (i) is the core of Assumption 1, while condition (ii) is merely a technical restriction that simplifies the presentation. It also permits one to define branching restrictions directly in the reformulation. We also assume that \(Z\) is bounded to simplify the presentation. The dimension \(e+f\) of the reformulation is typically much larger than \(n+m_2\): while \(n+m_2\) (or \(n\) at least) is expected to be polynomial in the input size, \(e+f\) can have much higher polynomial degree, or even be pseudo-polynomial/exponential in the input size.
Reformulations
The subproblem extended formulation immediately gives rise to a reformulation of [F] to which we refer by [R]:
The standard Dantzig–Wolfe reformulation approach is a special case where \(X\) is reformulated as
\(G\) defining the set of generators of \(X\) [as they are called in Vanderbeck and Savelsbergh (2006)], i.e., \(G\) is the set of integer solutions of \(X\) in the case where \(X\) is a bounded pure integer program as assumed here. Then, the reformulation takes a form known as the master program, to which we refer by [M]:
Let [\(R_\mathrm{LP}\)] and [\(M_\mathrm{LP}\)] denote, respectively, the linear programming relaxation of [R] and [M], while [D] denote the dual of [\(M_\mathrm{LP}\)]. Let
denote, respectively, the linear programming (LP) relaxation value of [R], [M], and [D].
Observation 1
Under Assumption 1, the linear programming relaxation optimum value of both [R] and [M] are equal to the Lagrangian dual value obtained by dualizing constraints \(A \, x \ge a\) in formulation [F], i.e.,
where \(v^* := \min \{cx : A \, x \ge a, x \in \text{ conv}(X) \}\).
This is a direct consequence of Assumption 1. Note that the dual bound \(v^*\) obtained via such reformulations is often tighter than the linear relaxation value of the original formulation [F] (as typically \({\text{ conv}}(X) \subset P\)).
The above extends easily to the case where subsystem (46) is block diagonal. Then, there are \(K\) independent subproblems, one for each block \(k = 1, \ldots , K\), with their own generator set \(G^k\) and associated variables in the reformulation \(z^k\), and \(\lambda _g^k\), respectively. When all subsystem are identical, extended reformulation and master are better defined in terms of aggregate variables to avoid symmetries: \(w = \sum _k z^k\) and \(\lambda _g = \sum _k \lambda _g^k\). The extended formulation becomes
where constraints (61) are obtained by summing over \(k\) constraints \(H^k\, z^k \ge h^k \; \forall k\), as in the Bin Packing example, when aggregating (17–19) into (23–25). The aggregate master takes the form
Observation 1 remains valid as any solution \(w\) to [\({\text{ AR}}_\mathrm{{LP}}\)] can be casted into a solution \(z^k = \frac{w}{K}\) for \( k= 1, \ldots , K\) to [\(R_\mathrm{{LP}}\)], and any solution \(\lambda \) to [\(\mathrm{AM}_\mathrm{{LP}}\)] can be casted into a solution \(\lambda ^k = \frac{\lambda }{K}\) for \(k= 1, \ldots , K\) to [\(M_\mathrm{{LP}}\)].
Given the potential large size of [R], both in terms of number of variables and constraints, one can solve its LP relaxation using dynamic column-and-row generation. If one assumes an explicit description of [R], the standard procedure would be to start off with a restricted set of variables and constraints (including possibly artificial variables to ensure feasibility) and to add iteratively negative reduced cost columns and violated rows by inspection. The alternative hybrid pricing-and-separation strategy considered here is to generate columns and rows for [R] not one at the time but by lots, each lot corresponding to a solution \(z^s\) of \(Z\) (which projects onto \(x^g = T z^s\) for some \(g \in G\)) along with the constraints (51) that need to be enforced for that solution.
Restricted extended formulation
Let \(\{z^s\}_{s \in S}\) be the enumerated set of solutions \(z^s\) of \(Z \subseteq \mathbb{Z }^e_+\). Then, \(\overline{S} \subset S\), defines an enumerated subset of solutions: \(\{z^s\}_{s \in \overline{S}}\).
Definition 1
Given a solution \(z^s\) of \(Z\), let \(J(z^s) = \{j : z^s_j > 0\} \subseteq \{1, \ldots , e\}\) be the support of solution vector \(z^s\) and let \(I(z^s) = \{i : H_{ij} \ne 0 \text{ for} \text{ some} j \in J(z^s)\} \subseteq \{1, \ldots , f\}\) be the set of constraints of \(Q\) that involve some non zero components of \(z^s\). The “restricted reformulation” [\(\overline{R}\)] defined by a subset \(\overline{S} \subset S\) of solutions to \(Z\) is
where \(\overline{z}\) (resp. \(\overline{h}\)) is the restriction of \(z\) (resp. \(h\)) to the components of \(\overline{J} = \cup _{s \in \overline{S}} J(z^s)\), \(\overline{H}\) is the restriction of \(H\) to the rows of \(\overline{I} = \cup _{s \in \overline{S}} I(z^s)\) and the columns of \(\overline{J}\), while \(\overline{T}\) is the restriction of \(T\) to the columns of \(\overline{J}\).
Assume that we are given a subset \(\overline{S} \subset S\) properly chosen to guarantee the feasibility of [\(\overline{R}_\mathrm{{LP}}\)] (otherwise, artificial variables can be used to patch non-feasibility until set \(\overline{S}\) is expanded). We define the associated set
which in turn defines a restricted formulation [\(\overline{M}\)]. Let [\(\overline{R}_\mathrm{{LP}}\)] and [\(\overline{M}_\mathrm{{LP}}\)] denote the LP relaxation of the restricted formulations [\(\overline{R}\)] and [\(\overline{M}\)], while \(v_\mathrm{{LP}}^{\overline{R}}\), \(v_\mathrm{{LP}}^{\overline{M}}\) denote the corresponding LP values. Although, in the end, \(v_\mathrm{{LP}}^{R} = v_\mathrm{{LP}}^{M}= v^*\), as stated in Observation 1, the value of the restricted formulations may differ.
Proposition 1
Let [\(\overline{R}\)] and [\(\overline{M}\)] be the restricted versions of formulations [R] and [M] both associated with the same subset \(\overline{S} \subset S\) of subproblem solutions and associated \(\overline{G}\) as defined in (67). Under Assumption 1, their linear relaxation values are such that
Proof
The first inequality results from the fact that [\(\overline{R}_\mathrm{LP}\)] only includes a subset of variables of [R] whose LP value is \(v_\mathrm{LP}^{R}= v^*\), while the missing constraints are satisfied by the current restricted reformulation [\(\overline{R}_\mathrm{LP}\)], which we denote by \(\tilde{z}\). More explicitly, all the missing constraints must be satisfied by the solution that consists in extending \(\tilde{z}\) with zero components, i.e., \((\tilde{z}, 0)\) defines a solution to [\({R}_\mathrm{LP}\)]; otherwise, such missing constraint is not satisfied by solutions of \(\overline{S}\) in contradiction to the fact that solutions of \(\overline{S}\) satisfy all constraints of \(Q\). The second inequality is derived from the fact that any solution \(\tilde{\lambda }\) to the LP relaxation of \(\overline{M}\) has its counterpart \(\tilde{z} = \sum _{g \in G} z^g \, \tilde{\lambda }_g\) that defines a valid solution for [\(\overline{R}_\mathrm{LP}\)], where \(z^g \in Z\) is obtained by lifting solution \(x^g \in X\). The existence of the associated \(z^g\) is guaranteed by Assumption 1-(ii). \(\square \)
The second inequality can be strict: solutions in [\(\overline{R}_\mathrm{LP}\)] do not always have their counterpart in [\(\overline{M}_\mathrm{LP}\)] as illustrated in the numerical example of Sect. 2.1. This is an important observation that justifies considering [R] instead of [M].
Column generation
The procedure given in Table 1 is a dynamic column-and-row generation algorithm for the linear relaxation of [R]. It is a hybrid method that generates columns for [\(M_\mathrm{LP}\)] by solving a pricing subproblem over \(X\) (or equivalently over \(Z\)), while getting new dual prices from a restricted version of [\(R_\mathrm{LP}\)]. Its validity derives from the observations made in Proposition 2.
Proposition 2
Let \(v_{LP}^{\overline{R}}\) denote the optimal LP value of \([\overline{R}_{LP}]\), while \((\pi , \sigma )\) denote an optimal dual solution associated to constraints (64) and (65), respectively. Let \(z^*\) be the subproblem solution obtained in Step 2 of the procedure of Table 1 and \(\zeta = (c - \pi A) \, T \, z^*\) be its value. Then
-
(i)
The Lagrangian bound: \(L(\pi ) = \pi \, a + (c - \pi A) \, T \, z^* = \pi \, a + \zeta \), defines a valid dual bound for [\(M_{LP}\)], while \((\pi , \zeta )\) defines a feasible solution of [\(D\)], the dual of [\(M_{LP}\)].
-
(ii)
Let \(\beta \) denote the best of the above Lagrangian bound encountered in the procedure of Table 1. If \(v_{LP}^{\overline{R}} \le \beta \) (i.e., when the stopping condition in Step 3 is satisfied), then \(v^*= \beta \) and \((\pi , \zeta )\) defines an optimal solution to [D].
-
(iii)
If \(v_{LP}^{\overline{R}} > \beta \), then \([(c - \pi A) \, T - \sigma \, H] z^* < 0\). Hence, some of the component of \(z^*\) were not present in [\(\overline{R}_{LP}\)] and have negative reduced cost for the current dual solution \((\pi , \sigma )\).
-
(iv)
Inversely, when \([(c - \pi A) \, T - \sigma \, H] z^* \ge 0\), i.e., if the generated column has non negative aggregate reduced cost for the dual solution of [\(\overline{R}_{LP}\)], then \(v_{LP}^{\overline{R}} \le \beta \) (the stopping condition of Step 3 must be satisfied) and \((\pi , \nu )\) defines a feasible solution to formulation [D] defined in (58) for \(\nu = \sigma \,h\).
Proof
-
(i)
For any \(\pi \ge 0\), and in particular for the current dual solution associated with constraints (64), \(L(\pi )\) defines a valid Lagrangian dual bound on [\(F\)]. As \(\zeta = \min \{ (c - \pi \, A) \, T \, z: \; z \in Z \} = \min \{ (c - \pi \, A) \, x: \; x \in X \}\), \((\pi , \zeta )\) defines a feasible solution of [\(D\)] and hence its value, \(\pi \, a + \zeta \), is a valid dual bound on [\(M_\mathrm{LP}\)].
-
(ii)
From point (i) and Proposition 1, we have \(L(\pi ) \le \beta \le v^* \le v_\mathrm{LP}^{\overline{R}}\). When the stopping condition in Step 3 is satisfied, the inequalities turn into equalities.
-
(iii)
When \(v_\mathrm{LP}^{\overline{R}} > \beta \ge L(\pi )\), we note that \(\sigma \, h > (c- \pi \, A) \, T z^*\) because \(v_{LP}^{\overline{R}} = \pi \, a + \sigma \, h\) and \(L(\pi ) = \pi \, a + \zeta = \pi \, a + (c- \pi \, A) \, T z^*\). As \(H z^* \ge h\) and \(\sigma \ge 0\), this implies that \([(c- \pi \, A) \, T - \sigma \, H] z^* < 0\). Assume by contradiction that each component of \(z^*\) has non negative reduced cost for the current dual solution of [\(\overline{R}_\mathrm{LP}\)]. Then, the aggregate sum, \([(c- \pi \, A) \, T - \sigma \, H] z^*\) cannot be strictly negative for \(z^* \ge 0\). As \((\pi ,\sigma )\) is an optimal dual solution to [\(\overline{R}_\mathrm{LP}\)], all variables of [\(\overline{R}_\mathrm{LP}\)] have positive reduced cost. Thus, the negative reduced cost components of \(z^*\) must have been absent from \([\overline{R}]\).
-
(iv)
Because \(H z^* \ge h\), \([(c - \pi A) \, T ] z^* \ge \sigma \, H \, z^*\) implies \((c- \pi \, A) \, T z^* \ge \sigma \, h\), i.e., \(\zeta \ge \sigma \, h\). In turn, \(\zeta \ge \sigma \, h\) implies that \((\pi ,\nu )\) with \(\nu = \sigma \, h\) is feasible for [D] [all constraints of [D] are satisfied by \((\pi ,\nu )\)]. Note that \(\zeta \ge \sigma \, h\) also implies \(v_\mathrm{LP}^{\overline{R}} \le \beta \), as \(v_\mathrm{LP}^{\overline{R}} = \pi \, a + \sigma \, h \le \pi \, a + \zeta = L(\pi ) \le \beta \).
\(\square \)
Remark 1
The column generation pricing problem of Step 2 in Table 1 is designed for formulation [\(M_\mathrm{LP}\)] and not for formulation [\(R_\mathrm{LP}\)]: it ignores dual prices, \(\sigma \), associated with subproblem constraints (65).
Remark 2
For the column generation procedure of Table 1, pricing can be operated in the original variables, \(x\), in Step 2. Indeed, \(\min \{ (c - \pi A) \, T \, z: \; z \in Z \} \equiv \min \{ (c - \pi A) \, x: \; x \in X \}\). But, to implement Step 4, one needs to lift the solution \(x^*:= \text{ argmin}\{ (c - \pi A) \, x: x \in X \}\) in the \(z\)-space to add variables to [R], i.e., one must have a procedure to define \(z^*\) such as \(x^* = T \, z^*\).
Remark 3
The procedure of Table 1 is a generalization of the standard “text-book” column generation algorithm [(see f.i. Chvátal (1983)]. Applying this procedure to formulation [M] reproduces exactly the standard column generation approach for solving the LP relaxation of [M]. Indeed, [M] is a special case of reformulation of type [R] where system \(H \, z\ge h\) consists of a single constraint, \(\sum _{g \in G} \lambda _g = 1\). The latter needs to be incorporated in the restricted reformulation along with the first included column, \(\lambda _g\), from which point further extensions consist only in including further columns.
Observation 2
Note that \(\nu = \sigma \, h\) plays the role of the dual solution associated to the convexity constraint (56). It defines a valid cut-off value for the pricing sub-problem, i.e., if \(\zeta \ge \sigma \,h\) the stopping condition in Step 3 is satisfied.
This observation derives from the proof of Proposition 2-(iv).
Extension to approximate extended formulations
The column-and-row generation procedure for [R] provided in Table 1 remains valid under weaker conditions. Assumption 1 can be relaxed into
Assumption 2
Using the notation of Assumption 1, assume
-
(i)
reformulation \(Q\) defines an improved formulation for \(X\), although not an exact extended formulation:
$$\begin{aligned} \mathrm{conv}(X) \subset \mathrm{proj}_x Q \subset P \; \text{ where} \; \mathrm{proj}_x Q = \{x = T \, z : \; H \,z \ge h, z \in \mathbb{R }_+^e\} \; ; \end{aligned}$$ -
(ii)
moreover, assume conditions (ii) of Assumption 1.
Assumption 2, relaxing Assumption 1-(i), can be more realistic in many applications where the subproblem is strongly NP-Hard. It also applies when one develops only an approximation of the extended formulation for \(X\) as in the proposal of Van Vyve and Wolsey (2006) and in the bin-packing example of Sect. 2.2.
Then, Observation 1 and Proposition 1 become, respectively,
Observation 3
Under Assumption 2, \(v_{LP} \le v_{LP}^R \le v^* = v_{LP}^M = v_{LP}^D.\)
Proposition 3
Under Assumption 2, \(v_{LP}^{\overline{R}} \le v_{LP}^{\overline{M}}\) and \(v^* \le v_{LP}^{\overline{M}}\); but one might have \(v_{LP}^{\overline{R}} < v^* \).
Proposition 2 still holds under Assumption 2 except for point (ii). However, the stopping condition of Step 3 remains valid.
Proposition 4
Under Assumption 2, the column-and-row generation procedure of Table 1 remains valid. In particular, the termination of the procedure remains guaranteed. On termination, one may not have the value \(v_{LP}^{R}\) of the solution of [\({R}_{LP}\)], but one has a valid dual bound \(\beta \) that is at least as good, since
Proof
Observe that the proofs of points (i), (iii), and (iv) of Proposition 2 remain valid under Assumption 2. Hence, as long as the stopping condition of Step 3 is not satisfied, negative reduced cost columns are found for [\(\overline{R}_\mathrm{LP}\)] [as stated in Proposition 2-(iii)] that shall in turn lead to further decrease of \(v_\mathrm{LP}^{\overline{R}}\). Once the stopping condition, \(v_\mathrm{LP}^{\overline{R}} \le \beta \), is satisfied, however, we have \(v_\mathrm{LP}^{R} \le v_\mathrm{LP}^{\overline{R}} \le \beta \le v^*\), proving that the optimal LP value, \(v_\mathrm{LP}^{R}\), is then guaranteed to lead to a bound weaker than \(\beta \). \(\square \)
Thus, once \(v_\mathrm{LP}^{\overline{R}} \le \beta \), there is no real incentive to further consider columns \(z^*\) with negative reduced cost components in [\(\overline{R}_\mathrm{LP}\)], although this may decrease \(v_\mathrm{LP}^{\overline{R}}\), there is no more guarantee that \(\beta \) shall increase in further iterations. Note that our purpose is to obtain the best possible dual bound for [F], and solving [\({R}_\mathrm{LP}\)] is not a goal in itself. Nevertheless, sufficient conditions to prove that [\({R}_\mathrm{LP}\)] has been solved to optimality can be found in Feillet et al. (2010).
Interest of the approach
Here, we review the motivations to consider applying column-and-row generation to [R] instead of a standard column generation to [M] or a direct MIP-solver approach to [R]. We summarize the comparative pros and cons of the hybrid approach. We identify properties that are key for the method’s performance and we discuss two generic cases of reformulations where the desired properties take a special form: reformulations based on network flow models or on the existence of a dynamic programming subproblem solver.
Pros and cons of a column-and-row generation approach
Both the hybrid column-and-row generation method for [R] and a standard column generation approach for [M] can be understood as ways to get around the issue of size arising in a direct solution of the extended formulation [R]. The primary interest for implementing a dynamic generation of [R] rather than [M] is to exploit the second inequality of Proposition 1: a column generation approach to reformulation [\(R_\mathrm{LP}\)] can converge faster than one for [\(M_\mathrm{LP}\)] when there exist possible re-compositions of solutions in [\(\overline{R}_\mathrm{LP}\)] that would not be feasible in [\(\overline{M}_\mathrm{LP}\)]. In the literature [(f.i. in ValTrio de Carvalho (1999)], another motivation is put forward for using the column-and-row generation rather than standard column generation: [R] offers a richer model in which to define cuts or branching restrictions. Note, however, that although [R] provides new entities for branching or cutting decisions, one can implicitly branch or formulate cuts on the variables of [R] while working with [M]: provided one does pricing in the \(z\)-space, any additional constraint in the \(z\)-variables of the form \(\alpha \, z \ge \alpha _0\) for [R] translates into a constraint \(\sum _g \alpha \, z^g \, \lambda ^g \ge \alpha _0\) for [M] (where \(z^g\)’s denote generators) that can be accommodated in a standard column generation approach for [M].
The drawbacks of a column-and-row approach, compared with applying standard column generation, are
-
(i)
having to handle a larger restricted linear program ([\(\overline{R}_\mathrm{LP}\)] has more variables and constraints than [\(\overline{M}_\mathrm{LP}\)] for a given \(\overline{S}\));
-
(ii)
having to manage dynamic row generation along side column generation;
-
(iii)
having to face potential symmetries in the representation of solutions that might arise in the extended formulation; and
-
(iv)
potentially having to use a subproblem oracle specific to the subproblem extended formulation, if lifting a subproblem solution in the extended space as explained in Remark 2 is not an option; this is an issue when pricing in the \(z\)-variable space requires higher complexity/computing times than in the \(x\)-variables.
Key properties characterizing the interest of the approach
From the above discussion, we gather that the applications of interest are those for which the hybrid column-and-row approach can be expected to converge faster than standard column generation, to reach the same quality dual bound, to implicitly provide entities for branching or defining cuts, while allowing the use of a pricing procedure in the original variables if possible and trying to avoid symmetric representations of solutions. These desirable properties are formalized below.
Faster convergence results from what we call the “recombination property”:
Property 1
(“recombination”)
Given \(\overline{S} \subset S\), \(\exists \tilde{z} \in R_{LP}(\overline{S})\), such that \(\tilde{z} \not \in \text{ conv}(Z(\overline{S}))\).
Property 1 implies that one might not need to generate further columns to achieve some solutions in \(Q \setminus \mathrm{conv}(Z(\overline{S}))\); hence, the column generation approach to [\(R_\mathrm{LP}\)] might need fewer iterations to converge compared with column generation applied to [\(M_\mathrm{LP}\)].
The dual bound quality is guaranteed by the “convexification property”:
Property 2
(“convexification”)
Given \(\overline{S} \subset S\), \(\forall \tilde{z} \in R_{LP}(\overline{S})\), one has \((T \, \tilde{z}) \in \text{ conv}(X)\);
Assumption 1-(i), along with Definition 1, implies Property 2, that is a form of re-wording of Proposition 1. However, the “convexification property” does not hold under Assumption 2.
Branching can be performed simply by enforcing integrality restriction on the \(z\) variables if the “integrality property” holds:
Property 3
(“integrality”)
Given \(\overline{S} \subset S\), \(\forall \tilde{z} \in R(\overline{S})\), one has \((T \, \tilde{z}) \in X\).
Assumption 1-(ii), together with Definition 1, implies Property 3. But, Property 3 does not generalize to the case of multiple identical subsystem giving rise to aggregate formulation [AR] presented in (59–62) Vanderbeck and Wolsey (2010).
Let us formalize the lifting of Remark 2. According to Assumptions 1 or 2, any subproblem extended solution \(z \in Z\) can be associated with a solution \(x \in X\) through the projection operation: \(x = p(z) = T \, z\). Inversely, given a subproblem solution \(x \in X\), the system \(T \, z = x\) must admit a solution \(z \in Z\): one can define
However, in practice, one needs an explicit operator:
or a procedure that returns \(z \in Z\), given \(x \in X\). Thus, the desirable property is what we call the “lifting property”:
Property 4
(“lifting”)
There exists a lifting procedure that transforms any subsystem solution \(x \in X\) into a solution to the extended system \(z \in Z\) such that \(x = T \, z\).
Then, in Step 2 of the procedure of Table 1, one computes \(x^* := \mathrm{\text{ argmin}} \{ (c - \pi A) \, x: x \in X \}\), and in Step 4, one defines \(z^* = p^{-1}(x^*)\).
Observation 4
A generic lifting procedure is to solve the integer feasibility program defined in (69).
Note that solving (69) is typically much easier than solving the pricing subproblem, as constraint \(T \, z = x\) already fixes many \(z\) variables. However, in an application-specific context, one can typically derive a combinatorial procedure for lifting. When the richer space of \(z\)-variables is exploited to derive cutting planes or branching constraints for the master program, it might induce new bounds or a new cost structure in the \(Z\)-subproblem that cannot be modeled in the \(X\) space. Then, pricing must be done in the \(z\)-space.
Finally, let us discuss further the symmetry drawback. It is characterized by the fact that the set \(p^{-1}(x^g)\) defined in (69) is often not limited to a singleton (as for instance in the bin packing example of Sect. 2.2, when using the underlying network of the left part of Fig. 3). In the lack of uniqueness of the lifted solution, the convergence of the solution procedure for [\(R_\mathrm{LP}\)] can be slowed down by iterating between different alternative representations of the same LP solution (note that a branch-and-bound enumeration based on enforcing integrality of the \(z\) variables would also suffer from such symmetry). The lifting procedure can break such symmetry by adopting a rule to select a specific representative of the symmetry class \(p^{-1}(x^g)\), or by adding constraints in (69).
In summary, a column generation approach for the extended formulation has any interest only when Property 1 holds; while Assumption 1 guarantees Properties 2 and 3. Property 4 is optional but if it holds any pricing oracle on \(X\) will do, until cut or branching constraint expressed in the \(z\) variable might require to price in the \(z\)-space. The combination of Property 4 and Property 1, leads to the desirable “disaggregation and recombination property”. We review below several important special cases where the desired disaggregation and recombination property holds, along side Properties 2 and 3.
The case of network flow reformulation
Assume that the extended formulation stems from reformulating a subproblem as a network flow problem: a subproblem solution \(x \in X\) can be associated with a feasible arc flow in the network, \(z \in Z\), that satisfies flow bounds on the arcs and flow balance constraints at the nodes. Note that extreme solutions \(z \in Q\) are integer in this case; they map onto integer solutions \(x\) by the linear transformation \(T\). In an application-specific context, any subproblem solution \(x\) can typically easily be interpreted as a feasible flow along paths and/or cycles although the association may not be unique. Then, the flow decomposition theorem Ahuja et al. (1993) yields a unique arc flow \(z\) and Property 4 is satisfied: transforming \(x\) into path and/or cycle flows and applying flow decomposition define an explicit lifting procedure.
Given a set of feasible flows \(z^1, \ldots , z^k\), and their combined support graph, let the solution set \(\overline{Q} = \overline{Q}(z^1, \ldots , z^k) = \{ z \in \mathbb{R }_+^e: \overline{H} \, z \ge \overline{h}, z \in \mathbb{R }_+^e\}\) be the restriction of the network flow formulation to the support graph of flows \(z^1, \ldots , z^k\). Observe that \(\overline{Q}\) holds solutions that are not convex combinations of \(z^1, \ldots , z^k\): those are solutions that can be defined from a convex combination plus a flow along a undirected cycle in the support graph. Indeed, for any pair of feasible flows, \(z^1\) and \(z^2\), the difference \(w = z^1 - z^2\) is a cycle flow. By the flow decomposition theorem Ahuja et al. (1993), \(w\) decomposes into elementary cycle flow \(w^A\), \(w^B, \ldots \), and \(\tilde{z} = z^1 + \alpha \, w^A \in (\overline{Q} \setminus \mathrm{conv}(z^1, z^2))\) for any elementary cycle \(w^A\) and \(\alpha \in (0,1)\). Hence, Property 1 holds.
This special class also encompasses extended formulations that are “equivalent” to network flow problems; for instance, when \(H\) is a consecutive 1 matrix that can be transformed into a node arc incidence matrix Ahuja et al. (1993). In particular, it encompasses time index formulation for scheduling problems as developed in Sect. 2.1. More generally, flow recombinations can be encountered in any extended formulation that include a network flow model as a subsystem; in particular, in multi-commodity flow reformulations of network design problems.
It is interesting to observe that Property 3 remains valid even in the case of multiple identical sub-systems developed in reformulation (59–62), when \(\{z \in \mathbb{R }^e_+: H\, z \ge h\}\) models a shortest path in an acyclic network. Then, the aggregate flow \(w\) can be decomposed into path flow [by the flow decomposition theorem Ahuja et al. (1993)], each of which corresponds to a solution \(x^g \in X\) and therefore an integer aggregate flow \(w\) solution to [\(\overline{AR}\)] decomposes into an integer solution for [R].
The case of dynamic programming-based reformulations
Another important special case is when the extended formulation is stemming from a dynamic programming solver for the subproblem Martin et al. (1990). Most discrete dynamic program entails finding a shortest (or longest) path in a directed acyclic decision graph, where nodes correspond to states (representing partial solutions) and arcs correspond to transitions (associated with partial decisions to extend solutions). This directly leads to a reformulation as a unit flow going from origin (empty solution) to destination (complete solution). Then, one is again in the special case of Sect. 4.3.
However, more complex dynamic programs may involve the composition of more than one intermediate state (representing partial solutions) into a single state (next stage partial solution). These can be modeled by hyper-arcs with a single head but multiple tails. Then, the extended paradigm developed by Martin et al. (1990) consists in seeing a dynamic programming solution as a hyper-path (associated to a unit flow incoming to the final state) in a hyper-graph that satisfy two properties:
-
(i)
acyclic consistency there exists a topological indexing of the nodes such as, for each hyper-arc, the index of the head is larger than the index of the tail nodes;
-
(ii)
disjointness if a hyper-arc has several tails, they must have disjoint predecessor sets.
This characterization avoids introducing an initial state, but instead consider “boundary” arcs that have undefined tails: see Fig. 4. The dynamic programs that can be modeled as a shortest path problem are a special case where the hyper-graph only has simple arcs with a single tail and hence the disjointness property does not have to be checked.
Illustration of the recombination of subproblem solutions that are associated with hyper-paths in the hyper-graph underlying the paradigm of Martin et al. (1990): nodes are indexed in acyclic order; node 21 represents the final state; hyper-arcs may have multiple tail but a single head; “boundary” arcs that represent initialization conditions have no tail; a solution is defined by a unit flow reaching the final node 21; when a unit flow exits an hyper-arc, a corresponding unit flow must enter in each of the tail nodes; solutions \(z^1\) and \(z^2\) are depicted on in the hyper-graphs on the left and in the middle; they share a common intermediate node 19; their recombination, \(\hat{z}\), is represented in the hyper-graph on the right
Following Martin et al. (1990), consider a directed hyper-graph \(G = (\mathcal{V},\mathcal{A})\), with hyper-arc set \(\mathcal{A} = \{(J,l): J \subset \mathcal{V} \setminus \{l\}, \; l \in \mathcal{V}\}\) and associated arc costs \(c(J,l)\), a node indexing \(\sigma : \mathcal{V} \rightarrow \{1, \ldots , |\mathcal{V}|\}\) such that \(\sigma (j) < \sigma (l)\) for all \(j \in J\) and \((J,l) \in \mathcal{A}\) (such topological indexing exists since the hyper-graph is acyclic). The associated dynamic programming recursion takes the form
Values \(\gamma (l)\) can be computed recursively following the order imposed by indices \(\sigma \), i.e., for \(l = \sigma ^{-1}(1), \ldots , \sigma ^{-1}( |\mathcal{V}|)\). Solving this dynamic program is equivalent to solving the linear program
where \(f= \sigma ^{-1}( |\mathcal{V}|)\) is the final state node. Its dual is
that defines the reformulation \(Q\) for the subproblem.
In this generalized context, Martin et al. (1990) gives an explicit procedure to obtain a solution \(z\), defining the hyper-arcs that are in the subproblem solution, from the solution of the dynamic programming recursion: the hyper-arc selection is a dual solution to the linear program (70); that characterizes the dynamic program; given the specific assumption on the hyper-graph (acyclic consistency and disjointness), this dual solution \(z\) can be obtained through a greedy procedure. So if one uses the dynamic program as oracle, one can recover a solution \(x\) and associated complementary solution \(z\). Alternatively, if subproblem solution \(x\) is obtained by another algorithm, one can easily compute distance labels, \(u_l\), associated with nodes of the hyper-graph (\(u_l =\) the cost of partial solution associated to node \(l\) if this partial solution is part of \(x\) and \(u_l = \infty \) otherwise) and apply the procedure of Martin et al. (1990) to recover the complementary solution \(z\). So, Property 4 is satisfied. The procedure is polynomial in the size of the hyper-graph.
Property 1 also holds. Indeed, given a hyper-path \(z\), let \(\chi (z,J,l)\) be the characteristic vector of the set of hyper-arcs \((J^{\prime },l^{\prime })\) in the hyper-path defined by \(z\). Now consider two hyper-paths \(z^1\) and \(z^2\) such that \(z^1_{(J^1,l)}=1\) and \(z^2_{(J^2,l)}=1\) for a given intermediate node \(l\), with \(J^1\ne J^2\). Then, consider \(\tilde{z} = z^1 - \chi (z^1,J^1,l) + \chi (z^2,J^2,l)\). Note that we have \(\tilde{z} \in Z\) but \(\tilde{z} \not \in \mathrm{conv}(z^1, z^2)\), as \(z^1_{(J^1,l)}=1\) and \(\tilde{z}_{(J^1,l)}=0\). Such a recombination is illustrated in Fig. 4.
Numerical experimentation
Consider the three formulations introduced in Sect. 3: the compact formulation [F], the extended formulation [R], and the standard Dantzig–Wolfe reformulation [M], with their respective LP relaxation [\(F_\mathrm{LP}\)], [\(R_\mathrm{LP}\)], and [\(M_\mathrm{LP}\)]. Here, we report on comparative numerical experiments with column(-and-row) generation for [\(R_\mathrm{LP}\)] and [\(M_\mathrm{LP}\)], and a direct LP-solver approach applied to [\(R_\mathrm{LP}\)] (or [\(F_\mathrm{LP}\)], when the direct approach to [\(R_\mathrm{LP}\)] is impractical). The column(-and-row) generation algorithm has been implemented generically within the software platform BaPCod Vanderbeck (2008) (a problem-specific implementation is likely to produce better results). The master program is initialized with either a single artificial variable, or one for each linking constraint, or a heuristic solution. For column-and-row generation, all extended formulation variables \(z\) that form the pricing subproblem solution are added to the restricted master, whether they have negative reduced cost or not. CPLEX 12.1 was used to attempt to solve directly [\(R_\mathrm{LP}\)] or [\(F_\mathrm{LP}\)]. CPLEX 12.3 is used to solve the restricted master linear programs, while the MIP subproblems are solved using a specific oracle.
For applications where the subproblem is a knapsack problem, we used the solver of Pisinger (1997). Then, when using column-and-row generation, the solution in the original \(x\) variables is “lifted” to recover an associated solution \(z\) using a simple combinatorial procedure. For a 0-1 knapsack, we sort the items \(i\) for which \(x_i^* = 1\) in non-increasing order of their size, \(s_i\), and let \(z_{uv}^* = 1\) for the arc \((u,v)\) such that \(u = \sum _{j < i} s_j x^*_j\) and \(v = \sum _{j \le i} s_j x^*_j\). Note that this specific lifting procedure selects one representative among all equivalent solutions in the arc-space, automatically eliminating some symmetries. It can be extended to integer knapsack problems. For the other applications considered here, the subproblems are solved by dynamic programming and hence the \(z^*\) solution is obtained directly: \(z_{uv}^* = 1\) if the optimum label at \(v\) is obtained using state transition from \(u\).
Results of Tables 2, 3, 4, 5, 6, 7, are averages over randomly generated instances. The column headed by “cpu” reports the average computational time (in seconds on a Dell PowerEdge 1950 workstation with 32 Go of Ram or an Intel Xeon X5460 3.16 GHz processor); “it” denotes the average number of iterations in the column(-and-row) generation procedure (it represents the number of calls to the restricted master solver); “v(\(\frac{F_1}{F_2}\))” (resp. “c(\(\frac{F_1}{F_2}\))”) denote the average number of variables (resp. constraints) generated for formulation \(F_1\) expressed as a percentage of the number of variables (resp. constraints) generated for \(F_2\). Additionally, “%gap” (reported in some applications) denotes the average difference between dual bound and best primal bound known (the optimum solution in most cases), as a percentage of the latter. Bounds are rounded to the next integer for integer objectives.
To validate the stabilization effect of the column-and-row generation approach, we show how it compares to applying stabilization in a standard column generation approach. We point out that stabilization by recombination is of a different nature than standard stabilization techniques. To illustrate this, we show that applying both standard stabilization and column recombination together leads to a cumulative effect. For these experiments, the “standard stabilization technique” that we use is a dual price smoothing technique originally proposed by Wentges (1997). It is both simple and among the most effective stabilization techniques. It consists in solving the pricing subproblem for a linear combination, \(\bar{\pi }\), of the current restricted master dual solution, \(\pi \), and the dual solution which gave the best Lagrangian bound, \(\hat{\pi }\): i.e., \(\bar{\pi } = \alpha \hat{\pi } + (1-\alpha ) \pi \), where \(\alpha \in [0, 1)\). Thus, \(\alpha = 0\) means that no stabilization by smoothing is used.
Parallel machine scheduling
For the machine scheduling problem of Sect. 2.1, our objective function is the total weighted tardiness (this problem is denoted as \(P\mid \mid \sum w_j T_j\)). Instance size is determined by a triple \((n,m,p_{\max })\), where \(n\) is the number of jobs, \(m\) is the number of machines, and \(p_{\max }\) is the maximum processing time of jobs. Instances are generated using the procedure of Potts and Van Wassenhove (1985): integer processing times \(p_j\) are uniformly distributed in interval \([1,100]\) and integer weights \(w_j\) in \([1, 10]\) for jobs \(j\), \(j = 1, \dots , n\), while integer due dates have been generated from a uniform distribution in \([P(1 - \mathrm{TF} - \mathrm{RDD}/2)/m, P(1 - \mathrm{TF} + \mathrm{RDD}/2)/m]\), where \(P=\sum _j p_j\), TF is a tardiness factor, and RDD is a relative range of due dates, with \(\mathrm{TF,RDD}\in \{0.2,0.4,0.6,0.8,1\}\). For each instance size, 25 instances were generated, one for each pair of parameters (TF, RDD).
In Table 2, we compare methods on these instances without using dual price smoothing as a stabilization technique. The table reports on column generation for [\(M_\mathrm{LP}\)], column-and-row generation for [\(R_\mathrm{LP}\)], and solving [\(R_\mathrm{LP}\)] directly using Cplex. In both column generation and column-and-row generation, the master is initialized with a trivial heuristic solution. We note that with column-and-row generation, a lot of recombinations occur during the “heading-in” phase at the outset of the algorithm when the dual information is still very poor. These recombinations slow down the master solution time, while not being very useful as variables generated during this initial phase are not likely to appear in the optimum solution. Hence, we adopt a hybrid approach (also reported in Table 2), starting the algorithm using pure column generation and switching to column-and-row generation only beyond the “heading-in” phase (precisely, when \(L(\pi )>0\)). This hybrid technique induces time saving in solving the master at the expense of an increase in the number of iterations (by a factor 2–3). The results reveal that solving [\(R_\mathrm{LP}\)] directly using Cplex is not competitive. Thanks to the stabilization effect of column recombinations, column-and-row generation yields a significant reduction in the number of iterations compared with standard column generation. However, the restricted master [\(\overline{R}_\mathrm{LP}\)] is typically much larger (and harder to solve) than [\(\overline{M}_\mathrm{LP}\)] (around twice the number of variables and 20 times the number of constraints). Despite this fact, column-and-row generation is much faster. The measure “v(\(\frac{\overline{R}}{R}\))” shows that only around 2–5 % of variables are actually generated to solve [\(R_\mathrm{LP}\)] by column-and-row generation (“c(\(\frac{\overline{R}}{R}\))” is omitted, as it was always close to \(100\)).
In Table 3, we compare column generation for [\(M_\mathrm{LP}\)], pure and hybrid column-and-row generation for [\(R_\mathrm{LP}\)] using dual price smoothing for stabilization purposes. Experimental tuning leads to selecting parameter \(\alpha \) to 0.9 and 0.5, respectively, i.e., on average column(-and-row) generation takes the least time to execute when \(\alpha \) is fixed to these values. The restricted masters are initialized by a single artificial column, except in pure column-and-row generation, in which the master is initialized with a trivial heuristic solution. Here again, the hybrid approach consists in using standard column generation during the “heading-in” phase and switching to column-and-row generation when \(L(\pi )>0\). Results of Table 3 show that smoothing yields a speed-up in both standard column generation and column-and-row generation, but it is less impressive for the latter as the method was already stabilized by the recombination effect. The difference in cpu time between the two methods increases when either processing times are smaller (allowing for more recombinations) and when number of machines and jobs are larger.
In Table 4, we compare the column(-and-row) generation approaches on the arc-indexed formulation proposed by Pessoa et al. (2010) where a binary variable \(z_{ijt}\) is defined for every pair of jobs \((i,j)\) and every period \(t\): \(z_{ijt} = 1\) if job \(i\) finishes, and job \(j\) starts in period \(t\). Then, flow conservation constraints are defined for every couple \((j,t)\). Going to this larger extended space has some advantages: (i) direct repetitions of jobs are forbidden by not defining variable \(z_{iit}\); and (ii) a simple dominance rule is incorporated by not defining variable \(z_{ijt}\) if permuting jobs \(i\) and \(j\) decreases the total cost. The resulting strengthening of the LP relaxation bound is, in our experiments, on average \(0.38~\%\) for single-machine instances, \(0.28~\%\) for two-machine instances, and \(0.13~\%\) for four-machine instances. This difference is significant given the fact that the time-indexed formulation is already very strong. However, the arc-indexed formulation has huge size (solving [\(R_\mathrm{LP}\)] directly is excluded). Moreover, the complexity of the dynamic program for solving the pricing problem increases to \(O(n^2T)\) and hence time for pricing dominates the overall cpu time. In this context, reducing the number of iterations is key, which gives the advantage of the column-and-row generation approach. For this reason, we did not use the hybrid column-and-row generation approach here. For the results of Table 4, experimental tuning leads to selecting smoothing parameter \(\alpha \) to \(0.9\) and \(0.7\), respectively, while the restricted master is initialized by a single artificial column for standard column generation and using a trivial heuristic solution for column-and-row generation. Using a column-and-row generation approach yields a reduction of both iterations and cpu time by factor up to 5.6. The number of variables and constraints in the final restricted master [\(\overline{R}_\mathrm{LP}\)] is only a very small fraction of that of [\({R}_\mathrm{LP}\)].
Bin packing
For the bin packing problem of Sect. 2.2, we compared solving [\(F_\mathrm{LP}\)] using Cplex (as solving [\(R_\mathrm{LP}\)] directly is impractical), standard column generation for [\(M_\mathrm{LP}\)], and pure column-and-row generation for [\(R_\mathrm{LP}\)]. Instance classes “a2”, “a3”, and “a4” (the number refers to the average number of items per bin) contain instances with bin capacity equal to 4,000 where item sizes are generated randomly in intervals \([1000,3000]\), \([1000,1500]\), and \([800,1300]\), respectively. Results in Table 5 are averages over five instances. Experimental tuning leads to selecting smoothing parameter \(\alpha \) to \(0.85\) for both approaches, while the restricted master is initialized with a trivial heuristic solution. Here, “gap” denotes the absolute value of the difference between dual bound and the optimum solution (which we computed by branch-and-price); it is always zero for formulations [\(M_\mathrm{LP}\)] and [\(R_\mathrm{LP}\)]. The percentage gap is also given under “%gap”. Although the reformulation is based on Assumption 2, the dual bound obtained solving [\(R_\mathrm{LP}\)] is the same as for [\(M_\mathrm{LP}\)] on the tested instances. The column-and-row generation for [\(R_\mathrm{LP}\)] outperforms column generation for [\(M_\mathrm{LP}\)] only when the number of items per bin increases (i.e., for class “a4”), as otherwise the potential for column recombination is very limited. The number of iterations is reduced when using column-and-row, but this might not compensate for the extra time required to solve the master, as here pricing required only between 4 and 30 % of the overall cpu time. The average relative size (v(\(\frac{\overline{M}}{\overline{R}}\)), c(\(\frac{\overline{M}}{\overline{R}}\))) in percent is, respectively, \((82,36)\) for class “a2”, \((39,37)\) for class “a3”, and \((52,32)\) for class “a4”; while the percentage (v(\(\frac{\overline{R}}{R}\)), c(\(\frac{\overline{R}}{R}\))) reported in Table 5 are very small.
Generalized assignment problem
In the Generalized Assignment Problem (GAP), the objective is to find a maximum profit assignment of a set \(J=\{1,\dots ,n\}\) of jobs to a set \(I=\{1,\dots ,m\}\) of machines such that each job is assigned to precisely one machine subject to capacity restrictions on the machines. A compact formulation in terms of binary variables \(x_{ij}\) that indicate whether job \(j\) is assigned to machine \(i\), is
where \(c_{ij} \in \mathbb{N }\) is the cost of assigning job \(j\) to machine \(i\), \(a_{ij} \in \mathbb{N }\) is job \(j\)’s claim on the capacity of machine \(i\), and \(b_i\in \mathbb{N }\) is the capacity of machine \(i\). The binary knapsack subproblem consists in selecting a job assignment for a single machine \(i\): \(X^i = \{x_i \in {\{0,1\}}^n: \sum _{j} a_{ij} x_{ij} \le b_i\}\). It can be reformulated as a shortest path problem:
where binary variable \(z_{ijt}\) indicates whether job \(j\) uses capacity interval \([t,t+a_{ij})\) on machine \(i\).
In Table 6, we compare three approaches: solving [\(F_\mathrm{LP}\)] using Cplex (as solving [\(R_\mathrm{LP}\)] directly is impractical); solving [\(M_\mathrm{LP}\)] by standard column generation; and solving [\(R_\mathrm{LP}\)] by pure column-and-row generation. The three approaches were tested on instances from the OR-Library with 100, 200, and 400 jobs, and 5, 10, 20, and 40 machines. The instances in classes C, D, and E were used since the instances in classes A and B are easy for modern MIP solvers. Results are averages over three instances, one for each class. For column(-and-row) generation, experimental tuning leads to selecting smoothing parameter \(\alpha \) to \(0.85\) and \(0.5\), respectively, while the restricted master is initialized, respectively, with a single artificial column and a trivial heuristic solution. Column-and-row generation is much faster than standard column generation, but it produces dual bounds that are much worse (almost as bad as those obtained solving [\(F_\mathrm{LP}\)]). This is explained by the fact that the reformulation is done under Assumption 2, relaxing the subproblem to an unbounded knapsack problem (76).
We have also experimented with applying the column-and-row generation approach to a larger extended formulation obtained directly from the dynamic programming solver for the pricing sub-problem as explained in Sect. 4.4. As this larger formulation models a bounded knapsack subproblem, the LP bound then coincides with the one given by the standard column generation. In our experiments, column-and-row generation lead to a reduction of iterations by a factor 3 on average. However, the restricted master of the column-and-row generation approach is much larger than with standard column generation. Hence, this approach is not competitive in terms of cpu time.
Multi-item multi-echelon lot-sizing
The multi-item lot-sizing problem consists in planning production so as to satisfy demands \(d^k_t\) for item \(k = 1, \ldots , K\) over a discrete time horizon with period \(t = 1, \ldots , T\) either from stock or from production. The production of an item entails production stages (echelons) \(e = 1, \ldots , E\), each of which takes place on a different machine that can only process one product in each period (under the so-called small bucket assumption). A compact formulation is
where variables \(x^k_{et}\) are the production of item \(k\) at echelon \(e\) in period \(t\) (at unit cost \(c^k_{et}\)) and \(y^k_{et}\) take value \(1\) if the production of item \(k\) at echelon \(e\) is setup in period \(t\) (at a fixed cost \(f^k_{et}\)); \(D^k_{1t} = \sum _{\tau = 1}^t d^k_{\tau }\). The stock values can be computed as \(s^k_{et} = \sum _{\tau = 1}^t x^k_{e \tau } - \sum _{\tau = 1}^t x^k_{e+1, \tau }\); their costs have been eliminated (they are included in \(c^k_{et}\)).
For the single-item problem, there exists an optimal solution where at each echelon and period either there is an incoming stock or an incoming production but not both, i.e., such that \(x^k_{et} \, s^k_{et} = 0 \; \forall e,t\). Hence, production can be restricted to lots corresponding to an interval of demands. This dominance property can be exploited to solve single-item subproblems by dynamic programming in polynomial time Pochet and Wolsey (2006). A backward dynamic program (DP) can be defined where the states are associated with quadruples \((e,t,a,b)\) denoting the fact of having at echelon \(e\) in period \(t\) accumulated a production that is covering exactly the demand \(D^k_{ab}\) for the final product of item \(k\). It is defined for \(t \le a \le b \le T\) and \(e = 1, \ldots , E\). The backward recursion is
for all \(e = E, \ldots , 1\), \(t = T, \ldots , 1\), \(a = T, \ldots , 1\), and \(b = T, \ldots , a\). By convention \(V(e,t,a,b) = 0\) if \(a > b\). The initialization is \(V(E+1,t,a,b) = 0\). The optimum is given by \(V^* = V(1,1,1,T)\).
From this dynamic program, one can reformulate the single-item subproblem as selecting a decision tree in an hyper-graph whose nodes are the states of the above DP. The DP transition can be associated with flow on hyper-arcs: \(z^k_{e,t,a,l,b} = 1\) if at echelon \(e \in \{1, \ldots , E\}\) in period \(t \in \{1, \ldots , T\}\) the production of item \(k\) is made to cover demands from period \(a \in \{t, \ldots , T\}\) to period \(l \in \{a-1, \ldots , T\}\), while the rest of demand interval, i.e., demands from period \(l+1\) to period \(b \in \{l, \ldots , T\}\), will be covered by production in future periods. If \(l= a-1\), there is no production; this can only happen when \(a > t\). While if \(l = b\), the whole demand interval, \(D^k_{ab}\), is produced in \(t\). The associated cost, \(c^k_{e,t,a,l,b}\), is \((c^k_{et} \, D^k_{al} + f^k_{et})\) if \(l\ge a\) and zero if \(l= a-1\). For the initial echelon \(e= 1\), variables \(z^k_{1,t,a,l,b}\) are only defined for \(b=T\). For the first period \(t = 1\), they are only defined for \(a = t = 1\). This leads to reformulation:
which results from subproblem reformulation \(Z^k\) defined by constraints (86–88) for a fixed \(k\). Note that constraints (87) are only defined for \(t>1\) and \(b=T\) when \(e = 1\), whereas, when \(e > 1\), they are only defined for \(a=t\) when \(t=1\).
In Table 7, we compare standard column generation and pure column-and-row generation, respectively, for [\(M_\mathrm{LP}\)] and [\(R_\mathrm{LP}\)]. (Solving formulation [\(R_\mathrm{LP}\)] directly with Cplex is impractical.) Experimental tuning leads to selecting smoothing parameter \(\alpha \) to \(0.85\) and \(0.4\), respectively, while the restricted master is initialized with a trivial heuristic solution. Results are averages over 5 instances that have been generated randomly as follows. The number of jobs K is taken in {10, 20, 40}, the number of periods T in {50, 100, 200, 400}. Setup costs are uniformly distributed in \([20,100]\) production costs are zero, and storage cost \(h^k_e\) are generated as \(h^k_{e-1}+\gamma \), where \(\gamma \) is uniformly distributed in interval \([1,5]\). For each period, there is a positive demand for three items on average. Demands are generated using a uniform distribution on interval \([10,20]\).
For the column generation approach to [\(M_\mathrm{LP}\)], instances get easier as the number of items increases. Indeed, instances with more items have fewer feasible solutions given the single-mode constraints. The column-and-row generation clearly outperforms standard column generation on all instances except those with two echelons and 50 periods. The number of iterations for column-and-row generation is up to an order of magnitude smaller. This shows the benefit of recombinations of decision trees (as illustrated in Fig. 4) that take place in this application. This benefit increases with the number of echelons and the ratio \(\frac{T}{K}\). Once again, the percentages (v(\(\frac{\overline{R}}{R}\)), c(\(\frac{\overline{R}}{R}\))) are very small. These experiments show that very large extended formulations can be tractable when solved by column-and-row generation.
Conclusion
The “column-and-row generation” has been presented here as a generalization of standard column generation, in the spirit of Vanderbeck and Savelsbergh (2006). Our aim was to explain exactly when it should be considered, how it works, why it can be comparatively more efficient, and what are its practical performance on a scope of applications. Our generic presentation made it straightforward to extend the method to the case where the Dantzig–Wolfe decomposition paradigm is based on a subproblem approximate extended formulation. Then, by pricing on the subproblem integer hull, one can derive Lagrangian dual bounds that serve to define early termination of the algorithm before meeting the reduced cost conditions. We emphasized that the algorithm aims at identifying optimal dual prices (Lagrangian multipliers) for the linking constraints, disregarding the dual value of the other constraints of the extended formulation.
In the literature, a motivation for working with an extended formulation and using the “column-and-row generation” methodology has been the use of the richer variable space of the extended formulation to define cuts or branching constraints. This benefit can be achieved by working with a pricing subproblem in the extended variable space, while working with the traditional master program and a standard column generation approach. Here, we highlighted the benefit of working with a master program expressed in the variable space of the extended formulation, while possibly working with a subproblem compact formulation and implementing a lifting of the subproblem solutions. The interest is to achieve faster convergence thanks to recombinations of previously generated subproblem solutions into new points that are not in the convex hull of currently generated subproblem solutions. By working in the variable space of the extended formulation in both master and subproblem, one can combine the two above benefits to develop branch-and-price-and-cut based on column-and-row generation (such application specific algorithm is beyond the scope of this paper).
We considered two generic situations where the recombination property (Property 1) holds: when the reformulation stems from a network flow model, or a dynamic programming subproblem solver. More generally, this analysis could be extended to generalized flow reformulations, or to reformulations based on a branched polyhedral system Kaibel and Loos (2010). Other examples where the recombination property holds include special cases such as the example of Sect. 2.3, where subproblem solutions that differ only by the value of the continuous variables are all implicitly defined in the restricted reformulation. This is linked to the concept of “base-generators”, as developed in Vanderbeck and Savelsbergh (2006), that are extracted from regular columns by keeping only the fixed values of the “important” variables in the subproblem solution.
The recombination property leading to a reduction in the number of iterations can be understood as a stabilization technique for column generation. “Disaggregation” helps convergence as it is numerically demonstrated in many studies related to column generation. For instance, in the presence of block diagonal systems, good practice is to define separate columns for each block, or even to artificially differentiate commodities to create block diagonality as illustrated for origin-destination flow problems in Jones et al. (1993); another example is the disaggregation of the time horizon used by Ph Bigras et al. (2008) for a scheduling application. In the example of Sect. 2.3, the disaggregation amounts to defining “base-generators” associated with the integer part of the subproblem solution.
The recombination property is closely related to the concept of “exchange vectors” in standard column generation approach Vanderbeck and Savelsbergh (2006); the latter are columns defining rays in the lattice of subproblem solutions (for instance the elementary cycles of Sect. 4.3 define rays). Using a convex combination of regular columns and exchange vectors allows one to define new solutions that are outside the convex hull of already generated subproblem solutions. Exchange vectors define the so-called dual cuts (valid inequalities for dual prices) in the dual master program Valerio de Carvalho (2005).
When the subproblem reformulation is not actually an exact extended formulation for it (i.e., under Assumption 2), there are typically even more recombinations in the relaxed subproblem solution space. The relaxation can imply a weakening of the dual bound, as illustrated in the generalized assignment application, or no difference in dual bound as in the bin packing case. Relaxing Assumption 1 into Assumption 2 is related to the concept of the “state space relaxation” for column generation as presented in Vanderbeck and Savelsbergh (2006). It can also be interpreted as the development of a column-and-row generation approach based on an approximated extended formulation for the subproblem as underlined by the proposal of Van Vyve and Wolsey Van Vyve and Wolsey (2006).
Our numerical comparative study of column-and-row generation illustrates the experimental trade-off between the comparative acceleration of convergence, the potential losses of quality in dual bounds (under Assumption 2), and the higher computing time required to solve the restricted master (due to its larger size and potential symmetries). The recommendation that arises from our numerical experiments is to adopt column-and-row generation instead of a standard column generation approach when (i) the subproblem solution space offers many possible column recombinations; (ii) the extended formulation offers a strong enough relaxation of the pricing problem (when working under Assumption 2); and (iii) the pricing procedure dominates the cpu consumption (so that the increase in master solution time is marginalized). We have shown that column-and-row generation makes it tractable to consider much stronger/larger extended formulations, with more combinatorial structure built into the pricing subproblem, while generating only a very small percentage of its variables and constraints.
References
Ahuja RK, Magnanti TL, Orlin JB (1993) Network flows: theory algorithms and applications. Prentice Hall, Englewood Cliffs
Benders JF (1962) Partitioning procedures for solving mixed-variables programming problems. Numerische mathematik 4:238–252
Bigras L-Ph, Gamache M, Savard G (2008) Time-indexed formulations and the total weighted tardiness problem. INFORMS J Comput 20(1):133–142.
Chvátal V (1983) Linear programming. Freeman, San Francisco
Croxton KL, Gendron B, Magnanti TL (2007) Variable disaggregation in network flow problems with piecewise linear costs. Oper Res 55:146–157
Feillet D, Dejax P, Gendreau M, Gueguen C (2006) Vehicle routing with time windows and split deliveries. Technical Paper 2006–851, Laboratoire d’Informatique d’Avignon
Feillet D, Gendreau M, Medaglia AL, Walteros JL (2010) A note on branch-and-cut-and-price. Oper Res Lett 38(5):346–353
Fischetti M, Vigo D. (1996) A branch-and-cut algorithm for the resource-constrained arborescence problem. Networks 29:55–67
Frangioni A, Gendron B (2009) 0–1 reformulations of the multicommodity capacitated network design problem. Discret Appl Math 157(6):1229–1241
Frangioni A, Gendron B (2012) A stabilized structured Dantzig–Wolfe decomposition method. Math Program (to appear)
Jones KL, Lustig IJ, Farvolden JM, Powell WB (1993) Multicommodity network flows: the impact of formulation on decomposition. Math Program 62:95–117
Kaibel V, Loos A (2010) Branched polyhedral systems. In: Eisenbrand F, Shepherd F (eds) Integer programming and combinatorial optimization, vol 6080 of Lecture Notes in Computer Science. Springer, Berlin/Heidelberg, pp 177–190
Löbel A (1998) Vehicle scheduling in public transit and lagrangean pricing. Manag Sci 44(12):1637–1649
Mamer JW, McBride RD (2000) A decomposition-based pricing procedure for large-scale linear programs: an application to the linear multicommodity flow problem. Manag Sci 46(5):693–709
Martin RK, Rardin RL, Campbell BA (1990) Polyhedral characterization of discrete dynamic programming. Oper Res 38(1):127–138
Muter I, Birbil I, Bülbül K (2012) Simultaneous column-and-row generation for large-scale linear programs with column-dependent-rows. Math Program (to appear)
Pessoa A, Uchoa E, de Arag Poggi ao M, Rodrigues R (2010) Exact algorithm over an arc-time-indexed formulation for parallel machine scheduling problems. Math Program Comput 2:259–290
Pisinger D (1997) A minimal algorithm for the 0–1 knapsack problem. Oper Res 45:758–767
Pochet Y, Wolsey LA (2006) Production planning by mixed integer programming. Springer, Heidelberg
Potts CN, Van Wassenhove LN (1985) A branch and bound algorithm for the total weighted tardiness problem. Oper Res 33(2):363–377
Valério de Carvalho JM (2005) Using extra dual cuts to accelerate column generation. INFORMS J Comput 17(2):175–182
Valério de Carvalho JM (1999) Exact solution of bin packing problems using column generation and branch and bound. Annals Oper Res 86:629–659
van den Akker JM, Hoogeveen JA, van de Velde SL (1999) Parallel machine scheduling by column generation. Oper Res 47(6):862–872
van den Akker JM, Hurkens CAJ, Savelsbergh MWP (2000) Time-indexed formulations for machine scheduling problems: column generation. INFORMS J Comput 12(2):111–124
Van Vyve M, Wolsey LA (2006) Approximate extended formulations. Math Program 105:501–522
Vanderbeck F (2008) Bapcod—a branch-and-price generic code. University of Bordeaux, INRIA Research team ReAlOpt.
Vanderbeck F, Savelsbergh MWP (2006) A generic view of Dantzig–Wolfe decomposition in mixed integer programming. Oper Res Lett 34(3):296–306
Vanderbeck F, Wolsey LA (2010) Reformulation and decomposition of integer programs. In: Jünger M, Liebling TM, Naddef D, Nemhauser GL, Pulleyblank WR, Reinelt G, Rinaldi G, Wolsey LA (eds) 50 Years of integer programming 1958–2008. Springer, Berlin/Heidelberg, pp 431–502
Wentges P (1997) Weighted Dantzig–Wolfe decomposition for linear mixed-integer programming. Int Trans Oper Res 4(2):151–162
Acknowledgments
We thank J. Desrosiers, E. Uchoa, and L. A. Wolsey for constructive exchanges on this paper and their suggestions for improvements.
Author information
Authors and Affiliations
Corresponding author
Rights and permissions
About this article
Cite this article
Sadykov, R., Vanderbeck, F. Column generation for extended formulations. EURO J Comput Optim 1, 81–115 (2013). https://doi.org/10.1007/s13675-013-0009-9
Received:
Accepted:
Published:
Issue Date:
DOI: https://doi.org/10.1007/s13675-013-0009-9
Keywords
- Extended formulations for MIP
- Column-and-row generation
- Stabilization
Mathematics Subject Classification
- 97N60 Mathematical Programming
- 97N80 Mathematical software, Computer Programs
- 97M40 Operations research, economics