6 lines
64 B
Bash
6 lines
64 B
Bash
#!/bin/sh
|
|
|
|
MINIZINC_EXEC=mzn-cplex
|
|
|
|
$MINIZINC_EXEC -G linear $*
|