Skip to content

Commit cc129fc

Browse files
committed
Added the market split session
1 parent 1e0b8f4 commit cc129fc

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

_bibliography/s20250414.bib

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
@InProceedings{10.1007/3-540-69346-7_22,
2+
author="Cornu{\'e}jols, G{\'e}rard
3+
and Dawande, Milind",
4+
editor="Bixby, Robert E.
5+
and Boyd, E. Andrew
6+
and R{\'i}os-Mercado, Roger Z.",
7+
title="A Class of Hard Small 0---1 Programs",
8+
html="https://link.springer.com/chapter/10.1007/3-540-69346-7_22",
9+
booktitle="Integer Programming and Combinatorial Optimization",
10+
year="1998",
11+
publisher="Springer Berlin Heidelberg",
12+
address="Berlin, Heidelberg",
13+
pages="284--293",
14+
abstract="In this paper, we consider a class of 0--1 programs which, although innocent looking, is a challenge for existing solution methods. Solving even small instances from this class is extremely difficult for conventional branch-and-bound or branch-and-cut algorithms. We also experimented with basis reduction algorithms and with dynamic pro- gramming without much success. The paper then examines the perfor- mance of two other methods: a group relaxation for 0,1 programs, and a sorting-based procedure following an idea of Wolsey. Although the re- sults with these two methods are somewhat better than with the other four when it comes to checking feasibility, we offer this class of small 0,1 programs as a challenge to the research community. As of yet, instances from this class with as few as seven constraints and sixty 0--1 variables are unsolved.",
15+
isbn="978-3-540-69346-8"
16+
}
17+
18+
@article{Trick2003,
19+
volume = {118},
20+
ISSN = {0254-5330},
21+
url = {http://dx.doi.org/10.1023/A:1021801522545},
22+
html = {http://dx.doi.org/10.1023/A:1021801522545},
23+
DOI = {10.1023/a:1021801522545},
24+
number = {1/4},
25+
journal = {Annals of Operations Research},
26+
publisher = {Springer Science and Business Media LLC},
27+
author = {Trick, Michael A.},
28+
year = {2003},
29+
pages = {73–84}
30+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: session
3+
title: A Class of Hard Small 0—1 Programs
4+
host: Konstantin Sidorov
5+
host_ref: https://ksidorov.nl
6+
session_type: paper
7+
related_papers: s20250414
8+
---
9+
10+
In this session, I will show a class of binary linear programming problems that poses major difficulties to branch-and-cut solvers. We will also discuss the developments induced by this observation, as market split instances have proven helpful
11+
both for the MIP theory (suggesting a study of lattice-based approaches) and for dynamic programming techniques.

0 commit comments

Comments
 (0)