mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
local changes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
82922d92f7
commit
ced2029ae9
12 changed files with 69 additions and 64 deletions
|
@ -208,7 +208,9 @@ Notes:
|
|||
}
|
||||
};
|
||||
|
||||
psort_nw(psort_expr& c, sorting_network_config const& cfg): ctx(c), m_cfg(cfg) {}
|
||||
psort_nw(psort_expr& c): ctx(c) {}
|
||||
|
||||
sorting_network_config& cfg() { return m_cfg; }
|
||||
|
||||
literal ge(bool full, unsigned k, unsigned n, literal const* xs) {
|
||||
if (k > n) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue