Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CLI subcommands #31

Merged
merged 2 commits into from
Jan 28, 2024
Merged

Add CLI subcommands #31

merged 2 commits into from
Jan 28, 2024

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    a6abcde View commit details
    Browse the repository at this point in the history
  2. feat: add subcommands to CLI entrypoint

    This commit improves the CLI by adding several subcommands, one for each synthesis variant:
    
      synthesis                   solve a classical LTLf synthesis problem
      maxset                      solve LTLf synthesis with maximally permissive strategies
      fairness                    solve LTLf synthesis with fairness assumptions
      stability                   solve LTLf synthesis with stability assumptions
      gr1                         Solve LTLf synthesis with GR(1) conditions
    marcofavorito committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    a2b701e View commit details
    Browse the repository at this point in the history