All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gapt.provers.viper.aip.axioms.Axiom.scala Maven / Gradle / Ivy

The newest version!
package gapt.provers.viper.aip.axioms

import gapt.expr.formula.Formula
import gapt.proofs.lk.LKProof

trait Axiom {

  /**
   * @return The formula representing the axiom.
   */
  def formula: Formula

  /**
   * @return A proof of the axiom.
   */
  def proof: LKProof
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy