@@ -25,7 +25,7 @@ def start_picus_v2_task(
2525 project_id : ProjectIdType ,
2626 version_id : VersionIdType ,
2727 name : Optional [str ] = None ,
28- solver : Optional [Literal ["cvc5" , "cvc5-int" , "z3" , "multi-solver" ]] = None ,
28+ solver : Optional [Literal ["cvc5" , "cvc5-ff- int" , "z3" , "multi-solver" ]] = None ,
2929 solver_timeout : Optional [int ] = None ,
3030 time_limit : Optional [int ] = None ,
3131 assume_deterministic : Optional [list [str ]] = None ,
@@ -47,10 +47,9 @@ def start_picus_v2_task(
4747 solver:
4848 Specifies the solver to use.
4949 cvc5 indicates the finite field solver,
50- cvc5-int is a fork of the finite field solver which supports mixed reasoning,
51- multi-solver indicates using both cvc5 and cvc5-int,
50+ cvc5-ff- int is a fork of the finite field solver which supports mixed reasoning,
51+ multi-solver indicates using both cvc5 and cvc5-ff- int,
5252 and z3 is the z3 integer solver.
53- Defaults to "cvc5-int" if no value is specified.
5453
5554 solver_timeout:
5655 Timeout set for each solver query, in milliseconds (default: 5000 ms).
0 commit comments