-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
directed
flag added to ERG graph generation engine (#167)
* add : `direct` option added to menu. * update : `edge_gen` updated for accepting `direct` flag. * update : `direct` added to `erg_profile`. * update : `logger` updated. * test : `edge_gen` function tests updated. * test : `dimacs_maker` tests for erg engine updated. * tests : other tests updated accordingly.
- Loading branch information
1 parent
fd402c7
commit e23b40f
Showing
4 changed files
with
264 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,6 @@ | |
{ | ||
'vertices':10000, | ||
'probability':0.5, | ||
'direct':1, | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.