
model.pl -- sCASP model handling
canonical_model(:RawModel, -Canonical)
filter_shown(+Module, +Model, -Shown) is det[private]
sort_model(+ModelIn, -Sorted) is det[private]not(positive)not(-positive).
simplify_model(+ModelIn, -ModelOut) is det[private]
unqualify_model(+ModelIn, +Module, -ModelOut) is det
print_model(:Model, +Options) is detModel terms are printed in columns. E.g., for a 10 atom model and 4 columns we get:
1 4 7 10 2 5 8 3 6 9