Turns out that Gurobi prints an additional warning before the license
expires. This has to be filtered too before running assert statements.
Since multiple dashes are used elsewhere too (which should not be
removed) and we do need to filter also new line characters, all filters
were changed to use regex replacement.
Turns out that Gurobi prints an additional warning before the license expires. This has to be filtered too before running assert statements. Since multiple dashes are used elsewhere too (which should not be removed) and we do need to filter also new line characters, all filters were changed to use regex replacement.