Home
last modified time | relevance | path

Searched refs:next_binary_perm (Results 1 – 1 of 1) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Doptimization.cc305 bool next_binary_perm(vector<bool> &perm,int to_end=0) { in next_binary_perm() function
310 return perm[end]?true:next_binary_perm(perm,to_end+1); in next_binary_perm()
416 } while(next_binary_perm(is_mu_zero)); in solve_kkt()