Skip to content

Instantly share code, notes, and snippets.

@ytheohar
Last active August 29, 2015 14:23
max {
15*x0 + 10*x1 + 7.c
} subjectTo {
x0 <= 2.c
x1 <= 3.c
x0 + x1 <= 4.c
-x0 - x1 <= -4.c
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment