Skip to main content
. Author manuscript; available in PMC: 2015 Sep 22.
Published in final edited form as: Proc IEEE Int Symp Biomed Imaging. 2015 Apr;2015:182–185. doi: 10.1109/ISBI.2015.7163845

Algorithm 1.

Description of entropy-based Relaxed Integer Programming (eRIP) for Vessel Association

1 Solve the Relaxed Integer Programming (RIP) problem;
2 Compute the entropy ex of the solution xRIP from RIP;
3 if exe* then
graphic file with name nihms704767t1.jpg   /* e* is a threshold (0 ≤ e* ≤ 1) */
4   xxRIP;
5 else
6 graphic file with name nihms704767t2.jpg   Replace the constraint of 0 ≤ xj ≤ 1 with xj ∈ {0,1};
7   Solve the corresponding Integer Programming (IP) problem for xIP with the updated constraint xj ∈ {0,1};
8   xxIP;
9 end
10 return x;