All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.book.appendixA.barbers.als Maven / Gradle / Ivy

module appendixA/barbers

sig Man { shaves: set Man }

one sig Barber extends Man { }

fact {
	Barber.shaves = { m: Man | m not in m.shaves }
	}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy