← Search

Tias Guns

15 accepted papers

2026

Preference Elicitation for Step-Wise Explanations in Logic Puzzles

AAAI 2026technical

Step-wise explanations can explain logic puzzles and other satisfaction problems by showing how to derive decisions step by step. Each step consists of a set of constraints that derive an assignment to one or more decision variables. However, many candidate explanation steps exist, with different se

Cited by 0SourcePDFScholar
2026

Scaling Decision-Focused Learning to Large Problems with Lagrangian Decomposition

IJCAI 2026

Decision-focused learning has shown great promise for addressing predict-then-optimize problems, particularly in the presence of under-specified models. However, its practical deployment is often hindered by high computational costs and limited scalability, as it requires solving a constrained optim

Cited by 0Scholar
2026

Using Certifying Constraint Solvers for Generating Step-wise Explanations

AAAI 2026technical

In the field of Explainable Constraint Solving, it is common to explain to a user why a problem is unsatisfiable. A recently proposed method for this is to compute a sequence of explanation steps. Such a step-wise explanation shows individual reasoning steps involving constraints from the original s

Cited by 0SourcePDFScholar
2025

Feasibility-Aware Decision-Focused Learning for Predicting Parameters in the Constraints

NeurIPS 2025poster

When some parameters of a constrained optimization problem (COP) are uncertain, this gives rise to a predict-then-optimize (PtO) problem, comprising two stages: the \textit{prediction} of the unknown parameters from contextual information and the subsequent \textit{optimization} using those predicte…

Cited by 2SourceScholar
2025

Generalizing Constraint Models in Constraint Acquisition

AAAI 2025technical

Constraint Acquisition (CA) aims to widen the use of constraint programming by assisting users in the modeling process. However, most CA methods suffer from a significant drawback: they learn a single set of individual constraints for a specific problem instance, but cannot generalize these constrai…

2025

Preference Elicitation for Multi-objective Combinatorial Optimization with Active Learning and Maximum Likelihood Estimation

IJCAI 2025

Real-life combinatorial optimization problems often involve several conflicting objectives, such as price, product quality and sustainability. A computationally-efficient way to tackle multiple objectives is to aggregate them into a single-objective function, such as a linear combination. However, d

2025

Solver-Free Decision-Focused Learning for Linear Optimization Problems

NeurIPS 2025poster

Mathematical optimization is a fundamental tool for decision-making in a wide range of applications. However, in many real-world scenarios, the parameters of the optimization problem are not known a priori and must be predicted from contextual features. This gives rise to predict-then-optimize probl…

Cited by 0SourceScholar
2023

Sudoku Assistant – an AI-Powered App to Help Solve Pen-and-Paper Sudokus

AAAI 2023technical

The Sudoku Assistant app is an AI assistant that uses a combination of machine learning and constraint programming techniques, to interpret and explain a pen-and-paper Sudoku scanned with a smartphone. Although the demo is about Sudoku, the underlying techniques are equally applicable to other const…

Cited by 3SourcePDFScholar
2022

Decision-Focused Learning: Through the Lens of Learning to Rank

ICML 2022spotlight

In the last years decision-focused learning framework, also known as predict-and-optimize, have received increasing attention. In this setting, the predictions of a machine learning model are used as estimated cost coefficients in the objective function of a discrete combinatorial optimization probl…

2021

Contrastive Losses and Solution Caching for Predict-and-Optimize

IJCAI 2021poster

Many decision-making processes involve solving a combinatorial optimization problem with uncertain input that can be estimated from historic data. Recently, problems in this class have been successfully addressed via end-to-end learning approaches, which rely on solving one optimization problem for…

2021

Efficiently Explaining CSPs with Unsatisfiable Subset Optimization

IJCAI 2021poster

We build on a recently proposed method for explaining solutions of constraint satisfaction problems. An explanation here is a sequence of simple inference steps, where the simplicity of an inference step is measured by the number and types of constraints and facts used, and where the sequence explai…