Added graph store and read functionality

This commit is contained in:
Bugra Onal
2022-08-30 09:15:35 -07:00
parent d3753556c1
commit 05ab45f39b
4 changed files with 46 additions and 0 deletions
+2
View File
@@ -119,6 +119,8 @@ class options(optparse.Values):
# Determines which analytical model to use.
# Available Models: elmore, linear_regression
model_name = "elmore"
# Write graph to a file
write_graph = False
###################
# Tool options