d-krupke / CP-SAT-Log-Analyzer

A webapp that visualizes and annotates your ortools' CP-SAT logs. Partially inspired by gurobi-logtools.
https://cpsat-log-analyzer.streamlit.app/
MIT License
20 stars 0 forks source link

Add line with optimality gap relative to final lower bound to the optimality gap plot #3

Closed d-krupke closed 1 month ago

d-krupke commented 3 months ago

This information actually gives a better impression of the true solution quality over time. Very easy to implement.

d-krupke commented 1 month ago

Implemented.