3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-08 21:03:23 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-09-22 10:55:08 +03:00
parent f5c28a0b76
commit fae67b79b7
2 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,15 @@
/*++
Copyright (c) 2025 Microsoft Corporation
--*/
#pragma once
namespace nla {
class core;
class mul_saturate : common {
public:
mul_saturate(core* core);
};
}