AIMA.Core.Logic.FOL.Inference.Proof.ProofStepClauseBinaryResolvent.getProof C# (CSharp) Méthode

getProof() public méthode

public getProof ( ) : String
Résultat String
        public override String getProof()
        {
            return resolvent.ToString();
        }