Skip to content

System and network class function members #2

Description

@verri

A proposal in this library is that all systems are Markovian with local dynamics. The function members of the classes that represent the networks and the systems should reflect such properties.

For the networks, some required members are:

  • neighbors(index) const -> container<index>
  • size() const -> size_t

For the systems, some required members are:

  • iterate()
  • time() const -> unsigned
  • state() const -> container<vertex_state>

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