You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
("emit-pta-as-text", "Emit the points-to information as text")
210
210
("emit-pta-as-dot", "Emit the points-to information as DOT graph")
211
211
("emit-pta-as-json", "Emit the points-to information as JSON")
212
+
("emit-statistic-as-json", "Emit the statistic information as JSON")
212
213
("follow-return-past-seeds", boost::program_options::value<bool>()->default_value(false), "Let the IFDS/IDE Solver process unbalanced returns")
213
214
("auto-add-zero", boost::program_options::value<bool>()->default_value(true), "Let the IFDS/IDE Solver automatically add the special zero value to any set of dataflow-facts")
214
215
("compute-values", boost::program_options::value<bool>()->default_value(true), "Let the IDE Solver compute the values attached to each edge in the ESG")
0 commit comments