This repository was archived by the owner on Jun 14, 2020. It is now read-only.

Description
Currently we have a dict mapping variables to indices.
We only actualy need that onde a variable is deleted, before deletion the variable reference already have the correct index.
By implementing this we can bring back performance of JuMP 0.18 in many parts of the code, in models that do not require deletions.