I have a linear program over real variables for which it can be shown that all the vertices of the polytope describing its feasible region are integral.
Obviously I can just solve this using a standard linear programming solver. However I would like to know if I can take advantage of the known integral nature of the feasible solution set in some way. Is there an algorithm that can use this information to improve its efficiency or stability when solving integral linear programs?
I am trying to solve very small problems of just a few hundred terms on an embedded system. Even micro-optimizations of a few percent would be very helpful in my situation.