Skip to content

Commit 279eec1

Browse files
committed
Bitwuzla: add option AIGER into configuration
1 parent c2a8aa2 commit 279eec1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/build-publish-solvers/solver-bitwuzla.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)