Skip to content

Commit c634bb9

Browse files
committed
June sessions
1 parent 74f6c55 commit c634bb9

6 files changed

Lines changed: 83 additions & 0 deletions

File tree

_bibliography/s20250616.bib

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
@inproceedings{ijcai2023p220,
2+
title = {A New Variable Ordering for In-processing Bounded Variable Elimination in SAT Solvers},
3+
author = {Li, Shuolin and Li, Chu-Min and Luo, Mao and Coll, Jordi and Habet, Djamal and Manyà, Felip},
4+
booktitle = {Proceedings of the Thirty-Second International Joint Conference on
5+
Artificial Intelligence, {IJCAI-23}},
6+
publisher = {International Joint Conferences on Artificial Intelligence Organization},
7+
editor = {Edith Elkind},
8+
pages = {1979--1987},
9+
year = {2023},
10+
month = {8},
11+
note = {Main Track},
12+
doi = {10.24963/ijcai.2023/220},
13+
url = {https://doi.org/10.24963/ijcai.2023/220},
14+
html = {https://doi.org/10.24963/ijcai.2023/220},
15+
}

_bibliography/s20250623.bib

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
@article{Bertsimas2020,
2+
title = {From Predictive to Prescriptive Analytics},
3+
volume = {66},
4+
ISSN = {1526-5501},
5+
url = {http://dx.doi.org/10.1287/mnsc.2018.3253},
6+
html = {http://dx.doi.org/10.1287/mnsc.2018.3253},
7+
DOI = {10.1287/mnsc.2018.3253},
8+
number = {3},
9+
journal = {Management Science},
10+
publisher = {Institute for Operations Research and the Management Sciences (INFORMS)},
11+
author = {Bertsimas, Dimitris and Kallus, Nathan},
12+
year = {2020},
13+
month = mar,
14+
pages = {1025–1044}
15+
}
16+
@ARTICLE{9744407,
17+
author={Guo, Xiaotong and Wang, Qingyi and Zhao, Jinhua},
18+
journal={IEEE Open Journal of Intelligent Transportation Systems},
19+
title={Data-Driven Vehicle Rebalancing With Predictive Prescriptions in the Ride-Hailing System},
20+
year={2022},
21+
volume={3},
22+
number={},
23+
pages={251-266},
24+
keywords={Predictive models;Optimization;Uncertainty;Adaptation models;Decision making;Prediction algorithms;Data models;Data-driven optimization;predictive prescriptions;ride-hailing system;vehicle Rebalancing},
25+
doi={10.1109/OJITS.2022.3163180}}

_bibliography/s20250630.bib

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
@article{Beck2007,
2+
title = {Proactive Algorithms for Job Shop Scheduling with Probabilistic Durations},
3+
volume = {28},
4+
ISSN = {1076-9757},
5+
url = {http://dx.doi.org/10.1613/jair.2080},
6+
html = {http://dx.doi.org/10.1613/jair.2080},
7+
DOI = {10.1613/jair.2080},
8+
journal = {Journal of Artificial Intelligence Research},
9+
publisher = {AI Access Foundation},
10+
author = {Beck, J. C. and Wilson, N.},
11+
year = {2007},
12+
month = mar,
13+
pages = {183–232}
14+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: session
3+
title: "A New Variable Ordering for In-processing Bounded Variable Elimination in SAT Solvers"
4+
host: Maarten Flippo
5+
host_ref: https://maartenflippo.com/
6+
session_type: paper
7+
related_papers: s20250616
8+
---
9+
10+
Bounded Variable Elimination (BVE) is an important Boolean formula simplification technique in which the variable ordering is crucial. We define a new variable ordering based on variable activity, called ESA (variable Elimination Scheduled by Activity), for in-processing BVE in ConflictDriven Clause Learning (CDCL) SAT solvers, and incorporate it into several state-of-the-art CDCL SAT solvers. Experimental results show that the new ESA ordering consistently makes these solvers solve more instances on the benchmark set including all the 5675 instances used in the Crafted, Application and Main tracks of all SAT Competitions up to 2022. In particular, one of these solvers with ESA, Kissat MAB ESA, won the Anniversary track of the SAT Competition 2022. The behaviour of ESA and the reason of its effectiveness are also analyzed.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: session
3+
title: "Predictive Prescription with a Transportation Application"
4+
host: Elif Arslan
5+
session_type: paper
6+
related_papers: s20250623
7+
---
8+
9+
In this session, we will explore how Machine Learning and Operations Research can be combined through Predictive Prescription, and examine an example of its application in Transportation.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: session
3+
title: "Proactive Algorithms for Job Shop Scheduling with Probabilistic Durations"
4+
host: Konstantin Sidorov
5+
host_ref: https://ksidorov.nl/
6+
session_type: paper
7+
related_papers: s20250630
8+
---
9+
10+
We looked at a variety of papers on scheduling in this seminar series; however, the common assumption underpinning them is that the problem data is deterministic, for example, that the task durations do not fluctuate during the plan execution. In this session, I want to review a paper that lifts this assumption and design a branch-and-bound algorithm that uses Monte Carlo estimates in place of “deterministic” pruning.

0 commit comments

Comments
 (0)