You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INDDGO crashes on Ubuntu 16.04.1 LTS when called on the following dimacs file with -nice and any of -minmaxd, -amd, -beta, -bmf, -minf, or -mmd:
c dimacs graph
c written by concuss
p edge 4 4
e 1 2
e 1 3
e 1 4
e 2 3
The error message looks as follows:
terminate called after throwing an instance of 'std::out_of_range'
what(): vector<bool>::_M_range_check: __n (which is 2004640752) >= this->size() (which is 4)
[1] 7208 abort (core dumped) ~/INDDGO/bin/serial_wis -f ./broken-amd/g-16.dimacs -nice -amd
INDDGO also crashes on the following DIMACS file when called with -nice and any of -mind, -mmd, -minf, -bmf, -metmmd, -metnnd, -pktsort, or -amd:
c dimacs graph
c written by concuss
p edge 3 2
e 1 2
e 1 3
INDDGO crashes on Ubuntu 16.04.1 LTS when called on the following dimacs file with
-nice
and any of-minmaxd
,-amd
,-beta
,-bmf
,-minf
, or-mmd
:The error message looks as follows:
INDDGO also crashes on the following DIMACS file when called with
-nice
and any of-mind
,-mmd
,-minf
,-bmf
,-metmmd
,-metnnd
,-pktsort
, or-amd
:The error message looks as follows:
The text was updated successfully, but these errors were encountered: