-
Notifications
You must be signed in to change notification settings - Fork 1
CaSolver Go
Tânia Esteves edited this page Sep 7, 2021
·
2 revisions
CaSolver-Go is the Go version of CASolver
- Go 1.14+
- Run
go build .
orgo install
to build thecasolver-go
binary. (When using the latter, the binary is placed at $GOPATH/bin).
It receives as input the trace generated by the Falcon-Solver component and outputs a new file, with events similarities, to feed to the Falcon-Visualizer component.
casolver-go --event_file [file path] --output_file [file_path]