Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Optimize lmm_solve by avoiding looping over useless constraints.
authorArnaud Legrand <arnaud.legrand@imag.fr>
Mon, 19 Mar 2012 13:08:52 +0000 (14:08 +0100)
committerArnaud Legrand <arnaud.legrand@imag.fr>
Mon, 19 Mar 2012 13:10:31 +0000 (14:10 +0100)
commitaf75496ca6a27b8fd4ddfa8a440560c0568d869b
tree8e20cbd267d50fa339326bb4309741bbe28726a7
parentb50de09b83157c0ee536ced714056499945fdf71
Optimize lmm_solve by avoiding looping over useless constraints.
I use the usual trick of putting elements that require no work at the
end of the list.
src/surf/maxmin.c