Sha256: 25a919c3a8b2166f3506581a874b12f699a0c4c4bb660b0520416ec1214b30d9

Contents?: true

Size: 130 Bytes

Versions: 7

Compression:

Stored size: 130 Bytes

Contents

#!/usr/bin/env sfp

include "test1.inc"

initial state {
	a isa S
	b isa S
}

goal constraint {
	a.foo is false
	b.foo is false
}

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
sfplanner-0.2.4 test/test1.sfp
sfplanner-0.2.3 test/test1.sfp
sfplanner-0.2.1 test/test1.sfp
sfplanner-0.1.5 test/test1.sfp
sfp-0.2.1 test/test1.sfp
sfp-0.2.0 test/test1.sfp
sfp-0.1.3 test/test1.sfp