Sha256: 1f286b93d196dae6c7f4366cae2570b72f6f34481cf1a424aa67aa5675d2e389

Contents?: true

Size: 195 Bytes

Versions: 10

Compression:

Stored size: 195 Bytes

Contents

schema S {
	foo is true
	procedure change {
		conditions {
		}
		effects {
			this.foo is false
		}
	}
}

initial state {
	a isa S
	b isa S
}

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

Version data entries

10 entries across 7 versions & 2 rubygems

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