scipopt / rubberband

A flexible archiving platform for optimization benchmarks
MIT License
3 stars 0 forks source link

Remove or replace huge log files from tests/data #27

Closed ambros-gleixner closed 7 years ago

ambros-gleixner commented 7 years ago

IP_0s_1s and MMM should not be necessary, short should suffice for the tests, right? Maybe even one is enough?

GregorCH commented 7 years ago

The large ones should not be necessary anymore since we have Meta files. Individual, small log files are easy to maintain. Ideally, different cases are covered, e.g., an infeasible instance, an optimally solved instance, a time out, and one where the solution is infeasible within tolerances.

fschloesser commented 7 years ago

I shortened the logfiles as @GregorCH suggested and remove some of the big ones. Though i don't know how to identify an instance where the solution is infeasible within tolerances.

ambros-gleixner commented 7 years ago

Though i don't know how to identify an instance where the solution is infeasible within tolerances.

Is this one good?

https://rubberband.zib.de/result/AV9SJRgeuKh1YUoBNPrW/instance/AV9SJSduuKh1YUoBNPuS

fschloesser commented 7 years ago

Can i take that logfile in a reduced size and add it to the rubberband testdata?

ambros-gleixner commented 7 years ago

Not sure what you are asking.

fschloesser commented 7 years ago

i wanted to make sure that it is alright that i add the logfile to this github repository

ambros-gleixner commented 7 years ago

Yes.