Added cddlib-094h from http://www.inf.ethz.ch/personal/fukudak/cdd_home/

Change-Id: I64519509269e434b1b9ea87c3fe0805e711c0ac9
diff --git a/third_party/cddlib/examples-ine/ex1.ine b/third_party/cddlib/examples-ine/ex1.ine
new file mode 100644
index 0000000..e04d917
--- /dev/null
+++ b/third_party/cddlib/examples-ine/ex1.ine
@@ -0,0 +1,11 @@
+* file name: ex1.ine
+*   2 dimensional polyhedron with three vertices (0,3), (-1, 4) and (-1,10) and 
+*   two extremal rays (2,1) and (1,2).
+H-representation
+begin
+  4   3   integer
+ 12   2  -1
+ -6  -1   2
+ -3   1   1
+  1   1   0 
+end