This package includes four algorithms for solving bankruptcy problems: 1. Proportional solution (PROP = prop(E, c)) 2. Constrained equal award solution (CEA = cea(E, c)) 3. Constrained equivalent loss solution (CEL = cel(E, c)) 4. Talmud solution (TAL = talmud(E, c))

Additionally, it contains a function named bankruptcy that combines all four methods. In all functions, E represents the assets of the bankrupt company, and c is the debt vector.