embotech / ecos

A lightweight conic solver for second-order cone programming.
GNU General Public License v3.0
468 stars 123 forks source link

Undefined variables are printed when PRINTLEVEL = 3 #209

Open ZhepeiWang opened 2 years ago

ZhepeiWang commented 2 years ago

There is undefined variables "i" got printed in line 417 and 446 of "ecos/ecos_bb/ecos_bb.c". Maybe there should be "var_idx".

0