FUNCTIONS OF THE FULL ANGLE METHOD

The program has the following functions:

    The constructor of the object takes an array of points

    The following functions are for the insertion of the predictes:
 


    The following functions are for the checking of the value of the predicates:
 
 

        (each of them returns a boolean value.)

    Some other fuctions are
        idfs(int maxdepth,Equation e1,ProofNode p) -prove the equation equal to zero maximum of maxdepth steps and return the proof in p.

        void writeProof(ProofNode p) - prints the proof stored in p.