Minimize rational-linear fraction function efficiently

41 views Asked by At

I need to find minimum positive value of this function, where a_i and b_i are real constants and all s_i are equal to plus or minus one:

enter image description here

I can make it in ~n*2^n operations by brute force complete search, but is it possible to do it faster? It might be a known problem, but I don't know how to google it.

0

There are 0 answers