Skip to content

Commit

Permalink
Trying workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-paparella committed Jan 12, 2024
1 parent c82e04b commit bead8ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/propositionalbooleansat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ using SoleReasoners
@test sat(parseformula("p∨¬p")) == true
@test sat(parseformula("¬p∨p")) == true

@atoms p q r

@test sat((p,q,r)) == true

@test sat(parseformula("p∧q")) == true
@test sat(parseformula("p∧¬p")) == false
@test sat(parseformula("p∧¬¬p")) == true
Expand Down

0 comments on commit bead8ec

Please sign in to comment.