Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasNickles authored Sep 21, 2020
1 parent b994b4b commit bb79a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**Satalyzer** is a small tool for the asynchronous visualization and analysis of event logs generated by supported logic and constraint solvers, such
**Satalyzer** is a small tool for the asynchronous visualization and analysis of event logs (JSON files) generated by supported logic and constraint solvers, such
as SAT, CP, SMT and Answer Set solvers.

Satalyzer is written in Scala and runs on the Java VM (version 8 or higher).
Expand Down Expand Up @@ -43,7 +43,7 @@ It is also possible to select multiple groups, to compare their graphs.

##### Generating event log files in your own solver

To let your solver generate Satalyzer log files, you currentl need to include source code file `SatalyzerUse.scala`
To let your solver generate Satalyzer log files, you currently need to include source code file `SatalyzerUse.scala`
into your solver project. (Currently, this short file is available only in Scala code, but translating it
to Java shouldn't be too difficult.)

Expand Down

0 comments on commit bb79a8f

Please sign in to comment.