models.book.appendixA.undirected.als Maven / Gradle / Ivy
module appendixA/undirected
sig Node { adjs: set Node }
pred acyclic {
adjs = ~adjs
// You have to fill in additional formula here
}
run acyclic for 4
© 2015 - 2025 Weber Informatics LLC | Privacy Policy