diff options
author | Nat Lasseter <user@4574.co.uk> | 2019-12-04 11:26:26 +0000 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2019-12-04 11:26:26 +0000 |
commit | 5e8b0fe13c85e66fa5a1f90ee13e9ddfadae5c09 (patch) | |
tree | 0d2e83f9b3440affe639f78d57a5b595a8282a51 /day04/part2 | |
parent | 4099b94b8094ca753df43e946b8804b2bf71b080 (diff) |
Day 04, in minizinc of course.
Diffstat (limited to 'day04/part2')
-rwxr-xr-x | day04/part2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/day04/part2 b/day04/part2 new file mode 100755 index 0000000..3376bec --- /dev/null +++ b/day04/part2 @@ -0,0 +1,3 @@ +#!/bin/bash + +minizinc --all-solutions -s part2.mzn input.dzn 3>&1 1>/dev/null 2>&3- | cut -d= -f2 |