mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
optimization of sls-arith and fix build warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
49dba337f7
commit
b780b54574
3 changed files with 22 additions and 13 deletions
|
@ -189,7 +189,7 @@ public:
|
|||
*/
|
||||
class inv_var_shifter : public var_shifter_core {
|
||||
protected:
|
||||
unsigned m_shift;
|
||||
unsigned m_shift = 0;
|
||||
void process_var(var * v) override;
|
||||
public:
|
||||
inv_var_shifter(ast_manager & m):var_shifter_core(m) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue