A Decomposition Approach to Solving Numerical Constraint Satisfaction Problems on Directed Acyclic Graphs
Max Mowbray, Nilay Shah, Benoît Chachuat
TL;DR
The paper tackles the problem of certifying feasibility in decision problems when the constraint system is a DAG-structured composition of expensive or opaque functions. It develops a decomposition approach that solves node-wise subproblems using forward and backward constraint propagations to generate tight outer-approximations of the global feasible parameter set, enabling a reduced-domain, sampling-efficient search for solutions. The methodology rests on contractivity and monotonicity properties of propagations, and implements surrogates (e.g., classifiers and regressors) to couple subproblems and reconstruct the full feasible space, with an open-source software pipeline. Four case studies—from a serial batch reactor network to a tableting operation and a function approximation task—demonstrate substantial gains in sampling efficiency (often orders of magnitude) while achieving comparable accuracy to simultaneous approaches. The work provides a scalable framework for CSPs with DAG structure and sets the stage for extensions to cycles and uncertain parameters, enhancing its practical impact in engineering and ML contexts.
Abstract
Certifying feasibility in decision-making, critical in many industries, can be framed as a constraint satisfaction problem. This paper focuses on characterising a subset of parameter values from an a priori set that satisfy constraints on a directed acyclic graph of constituent functions. The main assumption is that these functions and constraints may be evaluated for given parameter values, but they need not be known in closed form and could result from expensive or proprietary simulations. This setting lends itself to using sampling methods to gain an inner approximation of the feasible domain. To mitigate the curse of dimensionality, the paper contributes new methodology to leverage the graph structure for decomposing the problem into lower-dimensional subproblems defined on the respective nodes. The working hypothesis that the Cartesian product of the solution sets yielded by the subproblems will tighten the a priori parameter domain, before solving the full problem defined on the graph, is demonstrated through four case studies relevant to machine learning and engineering. Future research will extend this approach to cyclic graphs and account for parametric uncertainty.
