3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 00:26:38 +00:00

update test

This commit is contained in:
Chuyue Sun 2024-07-22 22:52:09 +00:00
parent 7aaa660e6e
commit ad8a0845da

View file

@ -1,5 +1,5 @@
#include <iostream>
#include "permutation.h"
#include "util/permutation.h"
#include "util/util.h"
void swap(unsigned m1, unsigned m2) noexcept { std::swap(m1, m2); }