Skip to content

Bug in compress_graph_zero_coeff! #62

@jarlebring

Description

@jarlebring

The removal of nodes with zero coefficients seems to have a bug (only found for quite large graphs with many zeros). MWE:

Download https://people.kth.se/~eliasj/buggraph2.cgr

julia> graph=import_compgraph("buggraph2.cgr");
julia> @show eval_graph(graph,0.1)
eval_graph(graph, 0.1) = 0.7969737373602765
0.7969737373602765
julia> compress_graph_zero_coeff!(graph)
julia> @show eval_graph(graph,0.1)
eval_graph(graph, 0.1) = 0.9231434910373834
0.9231434910373834

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy