Skip to content

Commit

Permalink
update : cprofile updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
sadrasabouri committed Nov 30, 2023
1 parent dd2a193 commit fe229e0
Showing 1 changed file with 10 additions and 21 deletions.
31 changes: 10 additions & 21 deletions otherfile/pyrgg_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,15 @@
pyrgg.params.PYRGG_TEST_MODE = True
random.seed(400)

file_name = 'profile'
min_weight = 1
max_weight = 5000
vertices = 10000
min_edge = 5
max_edge = 600
sign = 0
direct = 1
self_loop = 1
multigraph = 1

pyrgg_gen_using(
dimacs_maker,
file_name,
min_weight,
max_weight,
vertices,
min_edge,
max_edge,
sign,
direct,
self_loop,
multigraph)
file_name='profile',
min_weight=1,
max_weight=5000,
vertices=10000,
min_edge=5,
max_edge=600,
sign=0,
direct=1,
self_loop=1,
multigraph=1)

0 comments on commit fe229e0

Please sign in to comment.