<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="https://jeremiasberg.com/feed.xml" rel="self" type="application/atom+xml"/><link href="https://jeremiasberg.com/" rel="alternate" type="text/html" hreflang="en"/><updated>2026-02-24T17:36:31+00:00</updated><id>https://jeremiasberg.com/feed.xml</id><title type="html">blank</title><subtitle>My personal research page. </subtitle><entry><title type="html">Uni Junior - Making a game AI with a matchboxes</title><link href="https://jeremiasberg.com/blog/2026/UniJunior/" rel="alternate" type="text/html" title="Uni Junior - Making a game AI with a matchboxes"/><published>2026-02-08T17:39:00+00:00</published><updated>2026-02-08T17:39:00+00:00</updated><id>https://jeremiasberg.com/blog/2026/UniJunior</id><content type="html" xml:base="https://jeremiasberg.com/blog/2026/UniJunior/"><![CDATA[<p>After a few years’ break, I organized a workshop as part of the <a href="https://www.helsinki.fi/sv/vetenskapsfostran/barn-unga-och-familjer/unijunior">Uni Junior</a> project, which I’ve been involved with for many years now. This time, the workshop focused on game AIs. Specifically, we looked at the (very simple) game of Hexapawn and two different ways to build an AI for it. One of the AIs was rule-based and required its “developer” to specify an explicit rule for which move the AI should make in any given position. The second was a “training AI” that stored good moves in a set of 24 matchboxes and could be trained by removing moves that led to a defeat.</p> <p>Hexapawn is a tiny, beginner-friendly strategy game played on a 3×3 board using just pawns. Each player tries to reach the opponent’s back row, capture all opposing pawns, or leave the opponent with no legal moves. Because the game is so small, it’s perfect for exploring basic ideas in game strategy and AI, even if even the younger participants of the workshop managed to find perfect strategies for their AIs.</p> <div class="row mt-3"> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/UniJunior-Feb26-1.JPG" sizes="95vw"/> <img src="/assets/img/UniJunior-Feb26-1.JPG" class="img-fluid rounded z-depth-1" width="100%" height="auto" data-zoomable="" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/UniJunior-Feb26-2.JPG" sizes="95vw"/> <img src="/assets/img/UniJunior-Feb26-2.JPG" class="img-fluid rounded z-depth-1" width="100%" height="auto" data-zoomable="" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/UniJunior-Feb26-3.JPG" sizes="95vw"/> <img src="/assets/img/UniJunior-Feb26-3.JPG" class="img-fluid rounded z-depth-1" width="100%" height="auto" data-zoomable="" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> </div> <div class="caption"> Photos by Stella Saaresaho, the coordinator of Uni Junior. </div> <p>Thank you to everyone involved in the organization—especially my great assistants, who were fantastic at working with the kids! The Swedish material I made for the lab can (at least for a while) be found on <a href="https://docs.google.com/document/d/1icn4yblXP7MV41wQyJa0AgU4repSbo5WFzjricFde4c/edit?usp=sharing">my Google Drive</a>. The idea for the lab was heavily influenced by a <a href="https://www.youtube.com/watch?v=sw7UAZNgGg8">YouTube video</a> by Vsauce2 and the <a href="https://www.aiunplugged.org/">AI Unplugged.org</a> materials.</p>]]></content><author><name></name></author><category term="current-events"/><category term="unijunior"/><summary type="html"><![CDATA[Uni Junior Workshop]]></summary></entry><entry><title type="html">AAAI 2026 in Singapore</title><link href="https://jeremiasberg.com/blog/2026/AAAI26-trip/" rel="alternate" type="text/html" title="AAAI 2026 in Singapore"/><published>2026-02-03T10:25:00+00:00</published><updated>2026-02-03T10:25:00+00:00</updated><id>https://jeremiasberg.com/blog/2026/AAAI26-trip</id><content type="html" xml:base="https://jeremiasberg.com/blog/2026/AAAI26-trip/"><![CDATA[<div class="row mt-3"> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/AAAI26-trip1.JPG" sizes="95vw"/> <img src="/assets/img/AAAI26-trip1.JPG" class="img-fluid rounded z-depth-1" width="100%" height="auto" data-zoomable="" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/AAAI26-trip2.JPG" sizes="95vw"/> <img src="/assets/img/AAAI26-trip2.JPG" class="img-fluid rounded z-depth-1" width="100%" height="auto" data-zoomable="" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/AAAI26-trip4.jpg" sizes="95vw"/> <img src="/assets/img/AAAI26-trip4.jpg" class="img-fluid rounded z-depth-1" width="100%" height="auto" data-zoomable="" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> </div> <p>At the end of January I visited Singapore for the first time in order to attend <a href="https://aaai.org/conference/aaai/aaai-26/">AAAI 2026</a>. I had two accepted papers, I was there to present a poster on our paper on detecting <a href="https://www.cs.helsinki.fi/u/mjarvisa/papers/sbj.aaai26.pdf">ordered objectives in MaxSAT</a> and to support my co-author who gave an oral presentation on our paper on <a href="https://arxiv.org/abs/2508.07015">efficient and reliable hitting set computations</a>. Additionally, I was invited to give a talk in a workshop on automated reasoning at Nanyang Technological University. There I talked about my more recent work on computing explanations for tree ensembles. I would like thank Yonk Kiam Tan for the invite.</p> <p>It was my first time visiting both Singapore and AAAI. I am happy with the visit, even if coordinating a conference as large as AAAI has gotten is challening at best. Thanks to the organizers of AAAI and to all colleagues I met in Singapore for the discussions. See you all next time!</p>]]></content><author><name></name></author><category term="work."/><category term="trip,"/><category term="conference"/><summary type="html"><![CDATA[First time visiting]]></summary></entry><entry><title type="html">Papers Accepted at AAAI 2026</title><link href="https://jeremiasberg.com/blog/2025/AAAI26/" rel="alternate" type="text/html" title="Papers Accepted at AAAI 2026"/><published>2025-12-17T10:25:00+00:00</published><updated>2025-12-17T10:25:00+00:00</updated><id>https://jeremiasberg.com/blog/2025/AAAI26</id><content type="html" xml:base="https://jeremiasberg.com/blog/2025/AAAI26/"><![CDATA[<div class="row mt-3"> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/AAAI26.png" sizes="95vw"/> <img src="/assets/img/AAAI26.png" class="img-fluid rounded z-depth-1" width="100%" height="auto" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> </div> <p>I am glad to report that my papers “Ordered Objectives in Maximum Satisfiability”, and “Efficient and Reliable Hitting-Set Computations for the Implicit Hitting Set Approach” were accepted at AAAI 2026 as two of the roughly 4000 papers. Both papers deal with fundamental approaches to combinatorial optimization and how to improve our understanding, efectivenesss and trustworthiness of fundamental AI methods.</p> <p>I would like to thank all of my coauthors for their work. Once the papers are officially published, I will add links to them on these pages. Before that, you can come to Singapore and talk to us at the posters. See you there!</p>]]></content><author><name></name></author><category term="work."/><category term="publication,"/><category term="AAAI,"/><summary type="html"><![CDATA[27 thousand submissions]]></summary></entry><entry><title type="html">The SAT 2025 Conference</title><link href="https://jeremiasberg.com/blog/2025/SAT25/" rel="alternate" type="text/html" title="The SAT 2025 Conference"/><published>2025-08-17T10:25:00+00:00</published><updated>2025-08-17T10:25:00+00:00</updated><id>https://jeremiasberg.com/blog/2025/SAT25</id><content type="html" xml:base="https://jeremiasberg.com/blog/2025/SAT25/"><![CDATA[<p>The <a href="https://satisfiability.org/SAT25/">SAT 2025</a> conference was organized at the university of Glasgow between the 10th and 15th of August together with <a href="https://cp2025.a4cp.org/">CP 2025</a>, and <a href="https://socs25.search-conference.org/">SoCS 2025</a>. These conferences are the most central ones in my field with just under 300 people attending in total. For me it was a busy week, with in total 4 papers with my name on them being presented, and me acting as PC chair for SAT. I learned a lot about the inner workings of a conference, but also had a lot of fun meeting up with international colleagues. I also had the opportunity to meet up with an old high-school friend who nowadays works at the same university, and even see the Beth Mays one-woman show at the Edinbrugh fringe.</p> <p>I would like to (once again) thank everyone involved in the organization of the conferences. Glasgow and the University of Glasgow were wonderful hosts and I recommend both Glasgow, and Beth Mays show wholeheartedly to anyone.</p> <swiper-container keyboard="true" navigation="true" pagination="true" pagination-clickable="true" pagination-dynamic-bullets="true" rewind="true"> <swiper-slide> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/sat25-glasgow.jpg" sizes="95vw"/> <img src="/assets/img/sat25-glasgow.jpg" class="img-fluid rounded z-depth-1" width="100%" height="auto" loading="eager" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </swiper-slide> <swiper-slide> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/sat25-glasgow2.jpg" sizes="95vw"/> <img src="/assets/img/sat25-glasgow2.jpg" class="img-fluid rounded z-depth-1" width="100%" height="auto" loading="eager" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </swiper-slide> <swiper-slide> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/sat25-glasgow3.jpg" sizes="95vw"/> <img src="/assets/img/sat25-glasgow3.jpg" class="img-fluid rounded z-depth-1" width="100%" height="auto" loading="eager" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </swiper-slide> <swiper-slide> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/sat25-edi.jpg" sizes="95vw"/> <img src="/assets/img/sat25-edi.jpg" class="img-fluid rounded z-depth-1" width="100%" height="auto" loading="eager" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </swiper-slide> <swiper-slide> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/sat25-edi2.jpg" sizes="95vw"/> <img src="/assets/img/sat25-edi2.jpg" class="img-fluid rounded z-depth-1" width="100%" height="auto" loading="eager" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </swiper-slide> <swiper-slide> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/sat25-plane.jpg" sizes="95vw"/> <img src="/assets/img/sat25-plane.jpg" class="img-fluid rounded z-depth-1" width="100%" height="auto" loading="eager" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </swiper-slide> </swiper-container> <div class="row mt-3"> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/sat25-bestpaper.jpg" sizes="95vw"/> <img src="/assets/img/sat25-bestpaper.jpg" class="img-fluid rounded z-depth-1" width="100%" height="auto" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> </div> <div class="caption"> My student Hannes won the best student paper award at CP 2025 </div>]]></content><author><name></name></author><category term="conference"/><category term="organization,"/><category term="travelling."/><category term="conference,"/><category term="glasgow,"/><category term="SAT2025"/><summary type="html"><![CDATA[also, the first time I was a PC chair]]></summary></entry><entry><title type="html">Paper Accepted in Jelia</title><link href="https://jeremiasberg.com/blog/2025/paper-jelia/" rel="alternate" type="text/html" title="Paper Accepted in Jelia"/><published>2025-07-30T10:25:00+00:00</published><updated>2025-07-30T10:25:00+00:00</updated><id>https://jeremiasberg.com/blog/2025/paper-jelia</id><content type="html" xml:base="https://jeremiasberg.com/blog/2025/paper-jelia/"><![CDATA[<div class="row mt-3"> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/Jelia2025.png" sizes="95vw"/> <img src="/assets/img/Jelia2025.png" class="img-fluid rounded z-depth-1" width="100%" height="auto" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> </div> <p>I am happy to let you know that our paper <em>Engineering and Evaluating Multi-objective Pseudo-Boolean Optimizers</em> has been accepted for publication at the <a href="https://viam.science.tsu.ge/jelia2025/">19th edition of the European Conference on Logics in Artificial Intelligence</a>. In the paper, we report on a cross-community evaluation of different approaches for computing pareto-optimal solutions under 0-1 integer linear inequalities. We also build on out <a href="https://link.springer.com/chapter/10.1007/978-3-031-90653-4_6">recent TACAS paper</a> in order to show how such solvers can be proof-logged.</p> <p>I want to thank all of my co-authors, especially my student Christoph Jabs, for their excellent work on the project!</p>]]></content><author><name></name></author><category term="research"/><category term="research"/><category term="papers"/><summary type="html"><![CDATA[19th edition of the European Conference on Logics in Artificial Intelligence]]></summary></entry><entry><title type="html">Best Paper Award for My Student at CP</title><link href="https://jeremiasberg.com/blog/2025/best-paper-cp/" rel="alternate" type="text/html" title="Best Paper Award for My Student at CP"/><published>2025-07-24T10:25:00+00:00</published><updated>2025-07-24T10:25:00+00:00</updated><id>https://jeremiasberg.com/blog/2025/best-paper-cp</id><content type="html" xml:base="https://jeremiasberg.com/blog/2025/best-paper-cp/"><![CDATA[<div class="row mt-3"> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/CP-sym.png" sizes="95vw"/> <img src="/assets/img/CP-sym.png" class="img-fluid rounded z-depth-1" width="100%" height="auto" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> </div> <p>I was very happy to learn, that the paper <em>Symmetric Core Learning for Pseudo-Boolean Optimization by Implicit Hitting Sets</em> by my student Hannes Ihalainen will be awarded the best student paper of the 31st International Conference on Principles and Practice of Constraint Programming, one of the foremost international conference in my research field.</p> <p>The paper presents an approach for using the symmetries of an optimization problem in order to speed up search for an optimal solution. The paper summarizes work that was started briefly after my 2020 paper on abstract cores when Bart Bogaerts, one of the co-authors of this paper contacted me.</p> <p>I would like to congratulate Hannes and thank all of the other people on this paper as well, Bart Boagerts and Matti Järvisalo. I look forward to travelling to Glasgow in August and meeting many colleagues and friends.</p>]]></content><author><name></name></author><category term="awards"/><category term="research"/><category term="papers"/><summary type="html"><![CDATA[The 31st International Conference on Principles and Practice of Constraint Programming]]></summary></entry><entry><title type="html">Disc Golf in Estonia</title><link href="https://jeremiasberg.com/blog/2025/frisbee-estonia/" rel="alternate" type="text/html" title="Disc Golf in Estonia"/><published>2025-07-21T10:25:00+00:00</published><updated>2025-07-21T10:25:00+00:00</updated><id>https://jeremiasberg.com/blog/2025/frisbee-estonia</id><content type="html" xml:base="https://jeremiasberg.com/blog/2025/frisbee-estonia/"><![CDATA[<p>Last weekend, I went on a trip to Estonia with two of my friends. The aim was to explore the top-rated disc golf courses of Estonia, focusing on courses near Tartu (seeing as the <a href="https://www.discfestival.com/">European Disc Golf Festival 2025</a> was going on in Tallinn).</p> <p>We are all amateurs, so the primary goal of the trip was to have fun and explore some nice courses. From that perspective, the trip was a huge success. We were delighted with the <a href="https://www.hektorstay.com/hostels/en/">Hektor Design Hostel</a> in Tartu, with the nearby restaurants, and the courses we played. The only thing that could have been–slightly–better was the weather, which was either a bit hot for achieving maximal performance on the course, or a bit rainy. But on the whole, a very lovely trip. Thanks to Lasse and Tobbe for organizing and being good company.</p> <div class="row mt-3"> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/frisbee-1.jpg" sizes="95vw"/> <img src="/assets/img/frisbee-1.jpg" class="img-fluid rounded z-depth-1" width="100%" height="auto" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/frisbee-2.jpg" sizes="95vw"/> <img src="/assets/img/frisbee-2.jpg" class="img-fluid rounded z-depth-1" width="100%" height="auto" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> </div> <div class="caption"> My travel companions, both of whom are better at disc golf than me. </div> <div class="row mt-3"> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/frisbee-view.jpg" sizes="95vw"/> <img src="/assets/img/frisbee-view.jpg" class="img-fluid rounded z-depth-1" width="100%" height="auto" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> </div> <div align="center"> <iframe width="560" height="315" src="https://www.youtube.com/embed/n6Kgq_UEie8?si=lz_UGusGV5vPcrmO" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe> </div> <div class="caption"> When the weather was not too hot to (actually) play, it instead looked like this. </div>]]></content><author><name></name></author><category term="vacation"/><category term="vacation,"/><category term="disc"/><category term="golf,"/><category term="estonia,"/><category term="Tartu"/><summary type="html"><![CDATA[Weekend trip with my friends]]></summary></entry><entry><title type="html">Paper Accepted in SoCS and CP</title><link href="https://jeremiasberg.com/blog/2025/paper-socs-cp/" rel="alternate" type="text/html" title="Paper Accepted in SoCS and CP"/><published>2025-05-30T10:25:00+00:00</published><updated>2025-05-30T10:25:00+00:00</updated><id>https://jeremiasberg.com/blog/2025/paper-socs-cp</id><content type="html" xml:base="https://jeremiasberg.com/blog/2025/paper-socs-cp/"><![CDATA[<div class="row mt-3"> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/CP2025.png" sizes="95vw"/> <img src="/assets/img/CP2025.png" class="img-fluid rounded z-depth-1" width="100%" height="auto" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> </div> <p>I am happy to let you know that our papers <em>SLS-Enhanced Core-Boosted Linear Search for Anytime Maximum Satisfiability</em>, <em>From Scalable SAT to MaxSAT: Massively Parallel Solution Improving Search</em> and <em>Symmetric Core Learning for Pseudo-Boolean Optimization by Implicit Hitting Sets</em> have been accepted at the <a href="https://socs25.search-conference.org/">The 18th International Symposium on Combinatorial Search</a> and <a href="https://cp2025.a4cp.org/index.html">The 31st International Conference on Principles and Practice of Constraint Programming</a>.</p> <p>The papers describe a massively distributed search algorithm for Maximum Satisfiability, a method of incorporating symmetry reasoning in an implicit hitting set approach that does not decrease performance, and an empirical study of combining SLS methods with CDCL reasoning. I will link the papers to these pages after the conferences in August.</p> <p>I want to thank all my co-authors for their outstanding work on the projects. I hope to meet many of you in Glasgow.</p>]]></content><author><name></name></author><category term="research"/><category term="research"/><category term="papers"/><summary type="html"><![CDATA[The 31st International Conference on Principles and Practice of Constraint Programming and The 18th International Symposium on Combinatorial Search]]></summary></entry><entry><title type="html">Naturveteskaper Nu</title><link href="https://jeremiasberg.com/blog/2025/nanu/" rel="alternate" type="text/html" title="Naturveteskaper Nu"/><published>2025-04-28T10:25:00+00:00</published><updated>2025-04-28T10:25:00+00:00</updated><id>https://jeremiasberg.com/blog/2025/nanu</id><content type="html" xml:base="https://jeremiasberg.com/blog/2025/nanu/"><![CDATA[<p>At the end of April, I presented in the <em>Naturveteskaper Nu</em> course at the University of Helsinki. Naturvetenskaper Nu is an annual course at the Faculty of Science that invites researchers from the natural sciences to present their research to undergraduate and high-school students. My talk was titled “How can we know if the computer is right?”. The presentation is loosely based on the abstract I wrote for the <a href="https://menejatieda.fi/sv/kan-vi-vara-sakra-pa-att-datorn-har-ratt/">Mene ja Tiedä</a> journal published by the Young Academy of Finland, which in turn is based on our work on certifying the computations of NP-hard optimization procedures (e.g. <a href="https://link.springer.com/chapter/10.1007/978-3-031-38499-8_1">this paper</a>).</p> <p>I was happy with how the presentation turned out, and I would like to thank the course organizers (mainly Stefan Taubert) for the opportunity, as well as Frida Hartman, who gave the second computer science talk on fairness in AI. My slides can be found below.</p> <div class="row mt-3"> <iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSYM6Qi295l8Wo3kFobasE2GiNZ4OX8YatKWuLcvYl3vuIa1wlN22x6MMvGKz_drMO6OuVemdCkC_Fg/pubembed?start=false&amp;loop=false&amp;delayms=5000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> </div>]]></content><author><name></name></author><category term="events"/><category term="events"/><category term="presentations"/><summary type="html"><![CDATA[My Research for High School Students]]></summary></entry><entry><title type="html">Paper Accepted in TACAS</title><link href="https://jeremiasberg.com/blog/2025/paper-tacas/" rel="alternate" type="text/html" title="Paper Accepted in TACAS"/><published>2025-02-10T10:25:00+00:00</published><updated>2025-02-10T10:25:00+00:00</updated><id>https://jeremiasberg.com/blog/2025/paper-tacas</id><content type="html" xml:base="https://jeremiasberg.com/blog/2025/paper-tacas/"><![CDATA[<div class="row mt-3"> <div class="col-sm mt-3 mt-md-0"> <figure> <picture> <source class="responsive-img-srcset" srcset="/assets/img/TACAS2025.png" sizes="95vw"/> <img src="/assets/img/TACAS2025.png" class="img-fluid rounded z-depth-1" width="100%" height="auto" onerror="this.onerror=null; $('.responsive-img-srcset').remove();"/> </picture> </figure> </div> </div> <p>I am happy to let you know that our paper <em>Certifying Pareto-Optimality in Multi-Objective Maximum Satisfiability</em> has been accepted for publication at the <a href="https://etaps.org/2025/conferences/tacas/">31st International Conference on Tools and Algorithms for the Construction and Analysis of Systems</a>. We show how the pseudo-Boolean proof-logging system VeriPB can be used to log the Pareto-optimal solutions of multi-objective problems without any extensions to the proof system itself. This significantly increases the applicability of the system. The full paper can be found <a href="https://link.springer.com/chapter/10.1007/978-3-031-90653-4_6">here</a> in open access.</p> <p>I want to thank all of my co-authors for their excellent work on the project!</p>]]></content><author><name></name></author><category term="research"/><category term="research"/><category term="papers"/><summary type="html"><![CDATA[31st International Conference on Tools and Algorithms for the Construction and Analysis of Systems]]></summary></entry></feed>