git-subtree-dir: software/mza git-subtree-split: f970a59b177c13ca3dd8aaef8cc6681d83b7e813
6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
MINIZINC_EXEC=${MINIZINC-minizinc}
|
|
|
|
$MINIZINC_EXEC -G g12_fd -b fd $*
|