Skip to content

Bug in preparation of distributed computation of volume by signed decomposition #377

@w-bruns

Description

@w-bruns

The line
size_t j = rand() & nr_tri;
in full_cone.cpp must be replaced by
size_t j = rand() % nr_tri;
This change is only relevant if you want to use the type of computation described in Appendix F of the Normaliz manual.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions