# dfaComb_mult_syntcomp_solvers **Repository Path**: ecnu_paper_labs/dfa-comb_mult_syntcomp_solvers ## Basic Information - **Project Name**: dfaComb_mult_syntcomp_solvers - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-19 - **Last Updated**: 2025-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Solvers There are two solvers under `bin` folder: `starexec_run_Cosy_m1` and `starexec_run_Cosy_m2`. The usages of two solvers are similar, take `starexec_run_Cosy_m1` as an example: ``` Usage: ./starexec_run_Cosy_m1 ``` Example: ``` ./starexec_run_Cosy_m1 test.tlsf ``` # Cosy Cosy is a sat-based forward LTLf realizability checker. ## Use ``` Usage: ./Cosy comb_idx 0:Individual Composition, 1:Incremental Composition ``` Example: ``` ./Cosy test.ltlf test.var 0 ```