mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
adding timeout, parameters, statistics
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9fc84f1389
commit
946b888b32
2 changed files with 21 additions and 6 deletions
|
@ -1,3 +1,23 @@
|
|||
/*++
|
||||
Copyright (c) 2013 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
opt_solver.cpp
|
||||
|
||||
Abstract:
|
||||
|
||||
Wraps smt::kernel as a solver for optimization
|
||||
|
||||
Author:
|
||||
|
||||
Anh-Dung Phan (t-anphan) 2013-10-16
|
||||
|
||||
Notes:
|
||||
|
||||
Based directly on smt_solver.
|
||||
|
||||
--*/
|
||||
#include"reg_decl_plugins.h"
|
||||
#include"opt_solver.h"
|
||||
#include"smt_context.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue