mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
Cleaned maxsat example
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
659fe1e361
commit
dfaa03b018
13 changed files with 34 additions and 46 deletions
9
maxsat/build.sh
Executable file
9
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