hu-macsy / simexpal

Simplifying Experimental Algorithmics
https://simexpal.readthedocs.io
MIT License
17 stars 18 forks source link

Instances Overview Accessibility #160

Open c-bebop opened 10 months ago

c-bebop commented 10 months ago

Currently, when listing all instances using simex instances e.g.:

Instance short name                      Instance sets                                               
-------------------                      -------------                                               
uniform-n1000-s1                                                                                     
uniform-n1000-s2                                                                                     
uniform-n1000-s3

The instances are available, but only a color-coding represents that information. As we can also see from this plot, whenever there can not be a color printed, or someone can not recognise the difference between red (instance not available), or green (instance available) this information is lost.

We should therefore add a third column which also represents this information in text. Which could look like the following:

Instance short name                      Instance sets                      Available                                                                     
-------------------                      -------------                      -------------                                               
uniform-n1000-s1                                                            yes                                                                                     
uniform-n1000-s2                                                            no                   
uniform-n1000-s3                                                            yes

For instance uniform-n1000-s1 and uniform-n1000-s3 being available, and uniform-n1000-s2 not. Of course, the colour coding may still be a nice indicator for everyone able to access that information.