Skip to content

Commit

Permalink
add --assumeInjectivityOnInhale
Browse files Browse the repository at this point in the history
  • Loading branch information
bobismijnnaam committed Jan 9, 2024
1 parent 6a57034 commit 623851f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@ class VeyMontToolPaperSpec extends VercorsSpec {
vercors should verify using silicon flag "--veymont-generate-permissions" example s"$applicability/election-5.pvl"

vercors should verify using silicon flag "--veymont-generate-permissions" example s"$paperExamples/veymont-swap.pvl"
vercors should verify using silicon flag "--veymont-generate-permissions" example s"$paperExamples/veymont-tictactoemn.pvl"
(vercors
should verify
using silicon
flags Seq("--veymont-generate-permissions", "--backend-option", "--assumeInjectivityOnInhale")
example s"$paperExamples/veymont-tictactoemn.pvl"
)
}

0 comments on commit 623851f

Please sign in to comment.