package libzipperposition
Library for Zipperposition
Install
Dune Dependency
Authors
Maintainers
Sources
1.5.1.tar.gz
md5=cc320f66f10555c54822da624419e003
sha512=f8d5f7a5ae790bf0388d74261673803cf375f91f92f7b413b70db1ce5841ef55343a208f98727c8551d66f1840ab892f1c0c943a34861d14d79ce469b235a2f2
doc/libzipperposition/Libzipperposition/Clause/index.html
Module Libzipperposition.Clause
Source
Clauses
The clauses are hashconsed within a context (an application of Make
). Now clauses also have a trail, that is, a set of boolean literals that it depends upon as a conditional guard.
Source
type 'c sets = {
c_set : 'c CCVector.ro_vector;
(*main set of clauses
*)c_sos : 'c CCVector.ro_vector;
(*set of support
*)
}
Bundle of clause sets
Clauses that depend on a Context
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page