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

Change-Id: I64519509269e434b1b9ea87c3fe0805e711c0ac9
diff --git a/third_party/cddlib/examples-ext/ccp4.ext b/third_party/cddlib/examples-ext/ccp4.ext
new file mode 100644
index 0000000..9c410ad
--- /dev/null
+++ b/third_party/cddlib/examples-ext/ccp4.ext
@@ -0,0 +1,16 @@
+* file name: ccp4.ext
+* Input file for computing the facets of the complete cut polytope on 4 vertices
+* The number of facets is 16.
+V-representation
+begin
+    8    7    integer
+ 1  0  0  0  0  0  0
+ 1  1  1  1  0  0  0 
+ 1  0  1  1  1  1  0 
+ 1  1  0  1  1  0  1 
+ 1  1  1  0  0  1  1 
+ 1  0  0  1  0  1  1 
+ 1  0  1  0  1  0  1 
+ 1  1  0  0  1  1  0
+end
+