File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
build/build-publish-solvers Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ SPDX-License-Identifier: Apache-2.0
8585 <arg value =" --static" />
8686 <arg value =" --wipe" />
8787 <arg value =" --fpexp" />
88+ <arg value =" --aiger" />
8889 <arg value =" --prefix" />
8990 <arg value =" ${bitwuzla.installPath}" />
9091 </exec >
@@ -109,6 +110,7 @@ SPDX-License-Identifier: Apache-2.0
109110 <arg value =" --static" />
110111 <arg value =" --wipe" />
111112 <arg value =" --fpexp" />
113+ <arg value =" --aiger" />
112114 <arg value =" --prefix" />
113115 <arg value =" ${bitwuzla.installPath}" />
114116 </exec >
@@ -133,6 +135,7 @@ SPDX-License-Identifier: Apache-2.0
133135 <arg value =" --static" />
134136 <arg value =" --wipe" />
135137 <arg value =" --fpexp" />
138+ <arg value =" --aiger" />
136139 <arg value =" --prefix" />
137140 <arg value =" ${bitwuzla.installPath}" />
138141 </exec >
@@ -384,4 +387,4 @@ SPDX-License-Identifier: Apache-2.0
384387 </fileset >
385388 </copy >
386389 </target >
387- </project >
390+ </project >
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ SPDX-License-Identifier: Apache-2.0
195195 <dependency org =" org.sosy_lab" name =" javasmt-solver-cvc4" rev =" 1.8-prerelease-2020-06-24-g7825d8f28" conf =" runtime-cvc4->solver-cvc4" />
196196 <dependency org =" org.sosy_lab" name =" javasmt-solver-cvc5" rev =" 2025-05-16-8aeaa19" conf =" runtime-cvc5-x64->solver-cvc5-x64; runtime-cvc5-arm64->solver-cvc5-arm64" />
197197 <dependency org =" org.sosy_lab" name =" javasmt-solver-boolector" rev =" 3.2.2-g1a89c229" conf =" runtime-boolector->solver-boolector" />
198- <dependency org =" org.sosy_lab" name =" javasmt-solver-bitwuzla" rev =" 0.7.0-13.1-g595512ae " conf =" runtime-bitwuzla-x64->solver-bitwuzla-x64; runtime-bitwuzla-arm64->solver-bitwuzla-arm64; contrib->sources,javadoc" />
198+ <dependency org =" org.sosy_lab" name =" javasmt-solver-bitwuzla" rev =" 0.8.1-gc1454189 " conf =" runtime-bitwuzla-x64->solver-bitwuzla-x64; runtime-bitwuzla-arm64->solver-bitwuzla-arm64; contrib->sources,javadoc" />
199199
200200 <!-- additional JavaSMT components with Solver Binaries -->
201201 <dependency org =" org.sosy_lab" name =" javasmt-yices2" rev =" 4.1.1-734-g3732f7e08" conf =" runtime-yices2->runtime; contrib->sources" />
You can’t perform that action at this time.
0 commit comments