mirror of
https://github.com/Z3Prover/z3
synced 2025-12-08 21:03:23 +00:00
outline
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f5c28a0b76
commit
fae67b79b7
2 changed files with 37 additions and 0 deletions
15
src/math/lp/nla_mul_saturate.h
Normal file
15
src/math/lp/nla_mul_saturate.h
Normal 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);
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue