mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
tested network sorting
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c57594d463
commit
8fb92e6312
|
@ -1,3 +1,23 @@
|
||||||
|
/*++
|
||||||
|
Copyright (c) 2013 Microsoft Corporation
|
||||||
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
sorting_network.h
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Utility for creating a sorting network.
|
||||||
|
|
||||||
|
Author:
|
||||||
|
|
||||||
|
Nikolaj Bjorner (nbjorner) 2013-11-07
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
|
Same routine is used in Formula.
|
||||||
|
|
||||||
|
--*/
|
||||||
|
|
||||||
#include "vector.h"
|
#include "vector.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue