Skip to content

Instantly share code, notes, and snippets.

View ericpar's full-sized avatar
🖋️
Focusing

Eric Parent ericpar

🖋️
Focusing
View GitHub Profile
@ericpar
ericpar / keybase.md
Created May 17, 2017 15:46
Keybase proof

Keybase proof

I hereby claim:

  • I am ericpar on github.
  • I am ericpar (https://keybase.io/ericpar) on keybase.
  • I have a public key whose fingerprint is 3727 E8CE 7350 73A1 476B 986B EBC4 A93B 02A1 49F1

To claim this, I am signing this object:

#include <stdlib.h>
#include <stdio.h>
#include <glpk.h>
/*
Maximize
obj: x1 + 2 x2 + 3 x3 + x4
Subject To
c1: - x1 + x2 + x3 + 10 x4 <= 20
c2: x1 - 3 x2 + x3 <= 30