miqp_admm icon indicating copy to clipboard operation
miqp_admm copied to clipboard

Missing function: norms

Open alexvoronov opened this issue 6 years ago • 3 comments

In solver_miqp_admm.m there is a call to function norms:

https://github.com/cvxgrp/miqp_admm/blob/5d9d5c8434c0bc7d4dcf3f6d2c949f4833f7f260/matlab/solver_miqp_admm.m#L83

I first thought it is a typo, but when I change it to norm, the code fails to compute an answer (Assertion failed f_admm < Inf). I guess it is some special norm? Could you add this function to the repository?

alexvoronov avatar Dec 01 '17 13:12 alexvoronov