ComputableDAGs.jl
  • ComputableDAGs.jl
  • Manual
  • Library
    • Public
    • Graph
    • Node
    • Task
    • Operation
    • Models
    • Diff
      • Type
      • Properties
      • Printing
    • Utility
    • Code Generation
    • Devices
  • Contribution
Version
  • Library
  • Diff
  • Diff
GitHub

Diff

Type

ComputableDAGs.Diff — Type
Diff

A named tuple representing a difference of added and removed nodes and edges on a DAG.

source

Properties

Base.length — Method
length(diff::Diff)

Return a named tuple of the lengths of the added/removed nodes/edges. The fields are .addedNodes, .addedEdges, .removedNodes and .removedEdges.

source

Printing

Base.show — Method
show(io::IO, diff::Diff)

Pretty-print a Diff. Called via print, println and co.

source
« ModelsUtility »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.11.3 on Thursday 15 May 2025. Using Julia version 1.10.9.