mirror of
https://github.com/Z3Prover/z3
synced 2025-04-16 22:05:36 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
commit
0b8e77aa57
scripts
src/api
c++
dotnet
AST.csASTMap.csASTVector.csApplyResult.csConstructor.csContext.csDecRefQUeue.csExpr.csFixedpoint.csFuncDecl.csFuncInterp.csGoal.csLog.csMicrosoft.Z3.csprojMicrosoft.Z3_35.csprojModel.csNumeral.csParamDescrs.csParams.csPattern.csProbe.cs
Properties
Quantifier.csSolver.csSort.csStatistics.csStatus.csSymbol.csTactic.csVersion.csZ3Exception.csZ3Object.csdead/Microsoft.Z3V3
ml
README-linuxREADME-osxREADME-test-linuxREADME-test-osxREADME-test-winREADME-winadd_error_checking.V3.sedadd_error_checking.sedbuild-lib.cmdbuild-lib.shbuild-test.cmdbuild-test.shbuild.cmdbuild.sedclean.cmdcleantmp.cmdcompile_mlapi.cmderror_handling.idlexec.cmdexec.shgenerate_mlapi.cmdimport.cmdmlx_get_app_args.idlmlx_get_array_sort.idlmlx_get_datatype_sort.idlmlx_get_domains.idlmlx_get_error_msg.idlmlx_get_pattern_terms.idlmlx_get_tuple_sort.idlmlx_mk_context_x.idlmlx_mk_datatypes.idlmlx_mk_numeral.idlmlx_mk_sort.idlmlx_mk_symbol.idlmlx_model.idlmlx_numeral_refine.idlmlx_parse_smtlib.idlmlx_sort_refine.idlmlx_statistics.idlmlx_symbol_refine.idlmlx_term_refine.idlqueen.mlqueen.regress.errqueen.regress.outtest_capi.regress.errtest_capi.regress.outtest_mlapi.cmdtest_mlapi.mltest_mlapi.regress.errtest_mlapi.regress.outtest_mlapiV3.mltest_mlapiV3.regress.errtest_mlapiV3.regress.outtest_theory.mlupdate-ml-doc.cmdx3.mlx3V3.mlx3V3.mliz3.idlz3.mlz3.mliz3_stubs.c
|
@ -32,10 +32,10 @@ def init_project_def():
|
|||
add_lib('simplifier', ['rewriter', 'old_params'], 'ast/simplifier')
|
||||
add_lib('normal_forms', ['rewriter', 'simplifier'], 'ast/normal_forms')
|
||||
add_lib('core_tactics', ['tactic', 'normal_forms'], 'tactic/core')
|
||||
add_lib('sat_tactic', ['tactic', 'sat'], 'tactic/sat')
|
||||
add_lib('sat_tactic', ['tactic', 'sat'], 'sat/tactic')
|
||||
add_lib('arith_tactics', ['core_tactics', 'sat'], 'tactic/arith')
|
||||
add_lib('nlsat_tactic', ['nlsat', 'sat_tactic', 'arith_tactics'], 'tactic/nlsat')
|
||||
add_lib('subpaving_tactic', ['core_tactics', 'subpaving'], 'tactic/subpaving')
|
||||
add_lib('nlsat_tactic', ['nlsat', 'sat_tactic', 'arith_tactics'], 'nlsat/tactic')
|
||||
add_lib('subpaving_tactic', ['core_tactics', 'subpaving'], 'math/subpaving/tactic')
|
||||
add_lib('aig_tactic', ['tactic'], 'tactic/aig')
|
||||
add_lib('cmd_context', ['tactic', 'rewriter', 'model', 'old_params'])
|
||||
add_lib('extra_cmds', ['cmd_context', 'subpaving_tactic', 'arith_tactics'], 'cmd_context/extra_cmds')
|
||||
|
@ -68,9 +68,9 @@ def init_project_def():
|
|||
reexports=['api'],
|
||||
dll_name='libz3',
|
||||
export_files=API_files)
|
||||
add_dot_net_dll('dotnet', ['api_dll'], 'bindings/dotnet', dll_name='Microsoft.Z3', assembly_info_dir='Properties')
|
||||
add_hlib('cpp', 'bindings/c++', includes2install=['z3++.h'])
|
||||
set_z3py_dir('bindings/python')
|
||||
add_dot_net_dll('dotnet', ['api_dll'], 'api/dotnet', dll_name='Microsoft.Z3', assembly_info_dir='Properties')
|
||||
add_hlib('cpp', 'api/c++', includes2install=['z3++.h'])
|
||||
set_z3py_dir('api/python')
|
||||
# Examples
|
||||
add_cpp_example('cpp_example', 'c++')
|
||||
add_c_example('c_example', 'c')
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue