Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pruemmer committed Feb 28, 2024
1 parent a3f44fd commit e9e602e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/scala/lazabs/horn/predgen/ExternalPredGen.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ import lazabs.horn.bottomup.{HornClauses, NormClause}

import scala.collection.mutable.{ArrayBuffer, HashMap => MHashMap}

/**
* Class to invoke external tools as predicate generators. Currently
* not functional.
*/
class ExternalPredGen extends PredicateGenerator {

import PredicateGenerator._
Expand Down

0 comments on commit e9e602e

Please sign in to comment.