mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 00:32:16 +00:00
fiddle with phase
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c6f943e4d6
commit
9777f43e75
4 changed files with 21 additions and 25 deletions
|
@ -225,7 +225,7 @@ namespace sat {
|
|||
|
||||
unsigned num_vars() const { return m_vars.size() - 1; } // var index from 1 to num_vars
|
||||
|
||||
void set_phase(bool_var v, bool f);
|
||||
void set_phase(bool_var v, lbool f);
|
||||
|
||||
bool get_phase(bool_var v) const { return is_true(v); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue