Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
S
sasa
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • verimag
  • synchrone
  • sasa
  • Issues
  • #14

Closed
Open
Opened Jul 12, 2019 by Gwennan Eliezer@eliezergDeveloper

Change the graph created by "gg BA" on the m0 first nodes.

In the Barabási-Albert model, we need a arbitrary graph of m0 nodes, to start with, and the only constraint is that each node has an edge (i.e. link to a neighbor). For the moment, in the graph generated by using gg BA ..., the base graph is a star of m+1 nodes.

The goal is to change this base graph, allowing the user to choose the graph they want, and to set the base graph to a clique by default.

Stephan Devismes suggested to use the following syntax to allow the user to choose the graph they want :

m0:(a1,a2);(b1,b2);(c1,c2)...

with m0 being the number of nodes, and (a1,a2) meaning there's a link between the node of index a1 and the one of index a2

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: verimag/synchrone/sasa#14