rsnt_translations
56,437
edits
No edit summary |
No edit summary |
||
Line 56: | Line 56: | ||
=== Format LP === | === Format LP === | ||
Le script suivant est un exemple pour un modèle au [https://www.gurobi.com/documentation/8.1/refman/lp_format.html format LP]. | Le script suivant est un exemple pour un modèle au [https://www.gurobi.com/documentation/8.1/refman/lp_format.html format LP]. | ||
{{File | {{File | ||
Line 63: | Line 62: | ||
|contents= | |contents= | ||
#!/bin/bash | #!/bin/bash | ||
#SBATCH --account=def-group # some account | |||
#SBATCH --time=0:30 # time limit (D-HH:MM) | #SBATCH --time=0:30 # time limit (D-HH:MM) | ||
#SBATCH --mem-per-cpu=1000M # memory per CPU (in MB) | #SBATCH --mem-per-cpu=1000M # memory per CPU (in MB) | ||
# utilisez une version >= 9.0.3 | # utilisez une version >= 9.0.3 |