mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 08:21:56 +00:00
allow incremental mode override
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5813e22032
commit
303157d3b7
9 changed files with 34 additions and 19 deletions
|
@ -322,6 +322,7 @@ namespace sat {
|
|||
void set_par(parallel* p, unsigned id);
|
||||
bool canceled() { return !m_rlimit.inc(); }
|
||||
config const& get_config() const { return m_config; }
|
||||
void set_incremental(bool b) { m_config.m_incremental = b; }
|
||||
extension* get_extension() const { return m_ext.get(); }
|
||||
void set_extension(extension* e);
|
||||
bool set_root(literal l, literal r);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue