TriHuynh00 / AC3R-Demo

Automatic Crash Constructor from Crash Report (A3CR) Demo of constructing simulations from crash reports
11 stars 6 forks source link

Define Common Data format between AC3R and Post-Crash Analysis #10

Closed alessiogambi closed 3 years ago

alessiogambi commented 3 years ago

AC3R will be run from python as component that generate the scenario in the common format. The python extension will takes this and translate it to a runnable scenarios. The Post-crash analysis will start from this representation to implement the search algorithm

TriHuynh00 commented 3 years ago

For AC3R, the input into the CLI is a crash report, or an array of crash reports

harveyvn commented 3 years ago

This issue is solved with the PR https://github.com/TriHuynh00/AC3R-Demo/pull/13