mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
moved dll and examples
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
81fd292c66
commit
e2f4943b4e
24 changed files with 0 additions and 0 deletions
9
examples/maxsat/build.sh
Executable file
9
examples/maxsat/build.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
if gcc -fopenmp -o maxsat maxsat.c -lz3; then
|
||||
echo "maxsat example was successfully compiled."
|
||||
echo "To run example, execute:"
|
||||
echo " ./maxsat ex.smt"
|
||||
else
|
||||
echo "You must install Z3 before compiling this example."
|
||||
echo "To install Z3, execute the following command in the Z3 root directory."
|
||||
echo " sudo make install"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue