dthierry / k_aug

KKT matrix sensitivity and Reduced Hessian computation
BSD 3-Clause "New" or "Revised" License
7 stars 8 forks source link

Make k_aug compile "non-verbose" by default #57

Closed Robbybp closed 3 years ago

Robbybp commented 3 years ago

K_aug in "verbose mode" is hard to embed in other applications as the first thing it does, even upon inspecting the version with k_aug -v, is to create a kaug_debug directory. I would like to be able to call k_aug -v without creating this directory. There may be a better way to do this, but the easiest is to simply not use verbose mode. As I would like this to be the case in the version of k_aug distributed by IDAES, verbose mode should not be the default.