Integer linear programming

Attempting Eric Wastl’s Advent of Code introduced me to two integer linear programming problems: Both problems minimise (the objective), the first subject to: and the second subject to: . Zero vector If , then the solutions are straightforward, as: Parity Before turning to the solutions, the term ‘parity’ of an integer is used to refer […]