id summary reporter owner description type status milestone component version severity resolution keywords cc 11761 boost/graph/kamada_kawai_spring_layout.hpp: many indexes out of range ? anonymous Jeremiah Willcock "[boost_1_59_0/boost/graph/kamada_kawai_spring_layout.hpp:110]: (error) Array 'mat[2][2]' index mat[1][2] out of bounds. static Vec solve(double mat[2][2], Vec rhs) { double denom = mat[0][0] * (mat[1][1] * mat[2][2] - mat[2][1] * mat[1][2]) - mat[1][0] * (mat[0][1] * mat[2][2] - mat[2][1] * mat[0][2]) + mat[2][0] * (mat[0][1] * mat[1][2] - mat[1][1] * mat[0][2]); " Bugs new To Be Determined graph Boost 1.59.0 Problem dcb314@…