import java.applet.Applet; import java.awt.*; import java.awt.event.*; import java.applet.*; import java.awt.geom.*; import java.math.*; public class ProofRenorm2 implements Runnable { int halt; Manager M; /**This class does the check that the B-renorm set is partitioned into B-atoms.**/ public ProofRenorm2(Manager MM) { this.M=MM; } public void failMessage() { throw new ProofException("ProofRenorm2"); } public void run() { halt=1; for(int LB=0;LB<3;++LB) { for(int br=0;br<4;++br) { checkCover(LB,br); } } } /**Here is the main covering check*/ public void checkCover(int LB,int br) { GoldenPolyhedron P=DataRenorm.getGoldenB(LB,br); GoldenReal[] HEIGHTS=ProofSupport.getHeightsB(LB); GoldenPolyhedron[] LIST=polyListB(LB,br); int i=0; while((halt==1)&&(i