Simplifying Bin Packing Using OR-Tools for a Single Bin Scenario

What will you learn? In this comprehensive tutorial, you will dive into the realm of bin packing problems using Google’s OR-Tools. However, with a unique twist – focusing on a scenario with only one bin. You’ll grasp the fundamental concepts required to set up and solve this specific optimization problem efficiently. Introduction to the Problem … Read more

Monitoring Objective Function Value During Solving in OR-Tools

What will you learn? In this tutorial, you will learn how to track the progression of the objective function’s value while solving mixed-integer programming problems using Google’s OR-Tools. You will explore the use of callbacks to monitor the solver’s progress and gain insights into your optimization model’s behavior. Introduction to the Problem and Solution When … Read more