mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 10:20:23 +00:00
adding outline for parallel tactic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
42de274307
commit
a0cd6e0fca
7 changed files with 133 additions and 4 deletions
24
src/tactic/portfolio/solver2lookahead.cpp
Normal file
24
src/tactic/portfolio/solver2lookahead.cpp
Normal file
|
@ -0,0 +1,24 @@
|
|||
/*++
|
||||
Copyright (c) 2017 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
solver2lookahead.cpp
|
||||
|
||||
Abstract:
|
||||
|
||||
Lookahead wrapper for arbitrary solver.
|
||||
|
||||
Author:
|
||||
|
||||
Nikolaj Bjorner (nbjorner) 2017-10-9
|
||||
|
||||
Notes:
|
||||
|
||||
--*/
|
||||
#include "sat/sat_solver/inc_sat_solver.h"
|
||||
#include "solver/solver.h"
|
||||
|
||||
solver * mk_solver2lookahead(solver* s) {
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue