git-subtree-dir: software/mza git-subtree-split: f970a59b177c13ca3dd8aaef8cc6681d83b7e813
6 lines
64 B
Bash
6 lines
64 B
Bash
#!/bin/sh
|
|
|
|
MINIZINC_EXEC=mzn-cplex
|
|
|
|
$MINIZINC_EXEC -G linear $*
|