Skip to content

Commit

Permalink
will fix OSX (possibly) and solaris (a.s) errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adalisan committed Aug 21, 2017
1 parent 7c84afa commit 0cc15bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion man/run_graph_match.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ verbose_file="verbose_debug.txt",
graph_dot_print = 1
)
print( algorithm_params)
print ("Dimensions of A")
print (dim(A))
print ("Dimensions of B")
print (dim(B))
result <- run_graph_match(A, B, algorithm_params)

print ("Original permutation")
Expand All @@ -93,7 +97,7 @@ print( algorithm_params)

#Example for matching weighted graphs. Disabled to reduce elapsed time for R check
if (FALSE){



algorithm_params["algo"]<- "IDEN UMEY RANK QCV RAND PATH CA"
Expand Down

0 comments on commit 0cc15bc

Please sign in to comment.