Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F4866432
dependencies.lp
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Sep 13, 11:59 AM
Size
219 B
Mime Type
text/plain
Expires
Tue, Sep 15, 11:59 AM (1 d, 1 h)
Engine
blob
Format
Raw Data
Handle
292509
Attached To
rXR Xreate
dependencies.lp
View Options
node(a; b; c; d).
depends(b,a).
depends(c,a).
depends(d, a).
depends(d, c).
level(X, 0) :- not depends(X, _); node(X).
level(X, LEVEL):- LEVEL = #max{L+1, level(Y, L): level(Y, L), depends(X, Y)}; node(X); LEVEL > 0.
Event Timeline
Log In to Comment