This repository contains solutions to the Hide and Mine problem. There are separated in two kind, one using an ILP solver (Gurobi) and the others are greedy heuristics. To use them you will need to first install Gurobi (they have free academic licenses available). Both ILP and the heuristics are written in C++ 11.