I have a very specific Integer Linear Programming problem to tackle:-
I did ask this question on the math forum but I think its more relevant here in the programming section. Can someone please suggest some (possibly Monte Carlo) algorithm which is easily implementable ? Wikipedia page on integer programming:- https://en.wikipedia.org/wiki/Integer_programming states that tabu search is applicable in general to ILP. However it is not completely clear how to go about implementing this for my specific problem.