{ "cells": [ { "cell_type": "markdown", "id": "6b8983b1", "metadata": { "tags": [] }, "source": [ "# Getting started (JuMP)\n", "\n", "## Introduction\n", "\n", "**MIPLearn** is an open source framework that uses machine learning (ML) to accelerate the performance of mixed-integer programming solvers (e.g. Gurobi, CPLEX, XPRESS). In this tutorial, we will:\n", "\n", "1. Install the Julia/JuMP version of MIPLearn\n", "2. Model a simple optimization problem using JuMP\n", "3. Generate training data and train the ML models\n", "4. Use the ML models together Gurobi to solve new instances\n", "\n", "