private void AddConstraints()
        {
            PrintDebugRessourcesBefore("AddConstraints");

            var cb = new ConstraintBuilder(solverData);

            cb.CreateConstraints();

            PrintDebugRessourcesAfter();
        }