/* Copyright (C) 2001, Geert Vernaeve. All Rights Reserved. */ package gve.calc.logic; import java.util.Hashtable; import gve.calc.formula.*;
This class records the best match currently found for a proof rule |
The proof checker has reached this state. If it is a better state than the previous best, then record it. |