Package: dress.graph
Type: Package
Title: DRESS - A Continuous Framework for Structural Graph Refinement
Version: 0.6.2
Authors@R: person("Eduar", "Castrillo Velilla", role = c("aut", "cre"),
                  email = "velicast@outlook.com",
                  comment = c(ORCID = "0009-0005-2492-0957"))
Description: DRESS is a deterministic, parameter-free framework that
    iteratively refines the structural similarity of edges in a graph to
    produce a canonical fingerprint: a real-valued edge vector, obtained by
    converging a non-linear dynamical system to its unique fixed point. The
    fingerprint is isomorphism-invariant by construction, guaranteed
    bitwise-equal across any vertex labeling, numerically stable
    (no overflow, no error amplification, no undefined behavior), fast and embarrassingly parallel to compute:
    DRESS total runtime is O(I * m * d_max) for I iterations to convergence,
    and convergence is guaranteed by Birkhoff contraction.
License: MIT + file LICENSE
URL: https://github.com/velicast/dress-graph,
        https://velicast.github.io/dress-graph/
BugReports: https://github.com/velicast/dress-graph/issues
Encoding: UTF-8
NeedsCompilation: yes
SystemRequirements: OpenMP, CUDA Toolkit (optional, for GPU
        acceleration)
Packaged: 2026-03-23 09:47:54 UTC; velic
Author: Eduar Castrillo Velilla [aut, cre] (ORCID:
    <https://orcid.org/0009-0005-2492-0957>)
Maintainer: Eduar Castrillo Velilla <velicast@outlook.com>
Repository: CRAN
Date/Publication: 2026-03-23 11:40:02 UTC
