mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 02:57:50 +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
26
src/tactic/portfolio/solver2lookahead.h
Normal file
26
src/tactic/portfolio/solver2lookahead.h
Normal file
|
@ -0,0 +1,26 @@
|
|||
/*++
|
||||
Copyright (c) 2017 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
solver2lookahead.h
|
||||
|
||||
Abstract:
|
||||
|
||||
Lookahead wrapper for arbitrary solver.
|
||||
|
||||
Author:
|
||||
|
||||
Nikolaj Bjorner (nbjorner) 2017-10-9
|
||||
|
||||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef SOLVER2LOOKAHEAD_H_
|
||||
#define SOLVER2LOOKAHEAD_H_
|
||||
|
||||
class solver;
|
||||
|
||||
solver * mk_solver2lookahead(solver* s);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue