线性偏微分方程约束混合整数问题的一种求解框架

A solution framework for linear PDE-constrained mixed-integer problems

Mathematical Programming · 2021
被引 6
ABS 4

中文导读

提出一种数值求解方法,用于处理状态变量由线性偏微分方程定义、控制变量为二进制或连续的混合整数控制问题,通过预处理和惰性约束回调技术大幅降低计算时间,并在野火蔓延和水污染缓解两个实例中验证了有效性。

Abstract

Abstract We present a general numerical solution method for control problems with state variables defined by a linear PDE over a finite set of binary or continuous control variables. We show empirically that a naive approach that applies a numerical discretization scheme to the PDEs to derive constraints for a mixed-integer linear program (MILP) leads to systems that are too large to be solved with state-of-the-art solvers for MILPs, especially if we desire an accurate approximation of the state variables. Our framework comprises two techniques to mitigate the rise of computation times with increasing discretization level: First, the linear system is solved for a basis of the control space in a preprocessing step. Second, certain constraints are just imposed on demand via the IBM ILOG CPLEX feature of a lazy constraint callback. These techniques are compared with an approach where the relations obtained by the discretization of the continuous constraints are directly included in the MILP. We demonstrate our approach on two examples: modeling of the spread of wildfire and the mitigation of water contamination. In both examples the computational results demonstrate that the solution time is significantly reduced by our methods. In particular, the dependence of the computation time on the size of the spatial discretization of the PDE is significantly reduced.

数学优化计算数学运筹学控制理论