Codebase list ohcount / run/8fccc97f-1091-4606-8a80-1b8fb386766a/main test / detect_files / ampl.mod
run/8fccc97f-1091-4606-8a80-1b8fb386766a/main

Tree @run/8fccc97f-1091-4606-8a80-1b8fb386766a/main (Download .tar.gz)

ampl.mod @run/8fccc97f-1091-4606-8a80-1b8fb386766a/main

8e3aae6
 
 
1
2
3
# An AMPL model
var x >= 42;
minimize o: x;