mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
optimization example that parses obp and wcnf formats natively
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e1e27f2c26
commit
d1a2e61220
2 changed files with 398 additions and 0 deletions
|
@ -92,6 +92,7 @@ def init_project_def():
|
|||
add_cpp_example('cpp_example', 'c++')
|
||||
add_cpp_example('iz3', 'interp')
|
||||
add_cpp_example('z3_tptp', 'tptp')
|
||||
add_cpp_example('z3_opt', 'opt')
|
||||
add_c_example('c_example', 'c')
|
||||
add_c_example('maxsat')
|
||||
add_dotnet_example('dotnet_example', 'dotnet')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue