Skip to content

Commit 75be84e

Browse files
committed
Update picus v2 solver allowed values
1 parent 482eda8 commit 75be84e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

audithub_client/scripts/start_picus_v2_task.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "audithub-client"
3-
version = "1.1.10"
3+
version = "1.1.11"
44
description = "A Python client that can access Veridise AuditHub via its REST API, providing CLI access"
55
authors = ["Nikos Chondros <nikos@veridise.com>"]
66
license = "AGPLv3"

0 commit comments

Comments
 (0)