Adding Points by Clicking on a Graph in Dash

What will you learn? Discover how to empower users to add points by clicking on a graph within a Dash application, enhancing interactivity and user engagement. Introduction to the Problem and Solution In this tutorial, we tackle the challenge of enabling user interaction with graphs in Dash applications. We present a solution that allows users … 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