I'm looking for a book on BILP, which focuses on algorithms / solutions methods. So far, I only found the following books on ILP
- "Integer and combinatorial optimization" by Nemhauser, George L.
- "Integer programming" by Wolsey, Laurence A.
- "Introduction to Linear Optimization" by Bertsemas, Dimitris
- "Theory of Linear and Integer Programming" by Schrijver, Alexander
Where, at least for me with a little background in (convex) optimization, the last book is really 'hardcore'
I think the short answer to your question is none. The closest you can find is probably going to be a book on combinatorial optimization, because in general problems with only binary variables tend to be combinatorial. I would suggest Cook et al. as a good starting point. Korte and Vygen is also a great reference.
May I ask why you're interested in binary ILPs? If there's a specific problem you're trying to solve, or a specific question you're trying to answer, that might make it easier to point you in the right direction.