checkpoint
[anneal.git] / src / Geom.java
index 799f926..6bfe4f1 100644 (file)
@@ -268,7 +268,7 @@ public class Geom implements Iterable<Geom.T> {
             }
             rescore();
             boolean good = true;
-
+            /*
             for(T t : ts) {
                 for(E e = this.e; ;) {
                     if (e.intersects(t)) { good = false; break; }
@@ -276,6 +276,7 @@ public class Geom implements Iterable<Geom.T> {
                     if (e == this.e) break;
                 }
             }
+            */
             /*
                 if (t==this.t) continue;
                 if (this.intersects(t)) good = false;