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 $*
|