12 lines
320 B
C++
12 lines
320 B
C++
#include <amscppperm1/amscppperm1.hpp>
|
|
|
|
int main(int argc, char* argv[])
|
|
{
|
|
int ret = 0;
|
|
printf("ams c++ permutation library tests.\n");
|
|
//amsperm1_test_basicperm1();
|
|
//ams::perm::test_ipermutation1();
|
|
//ams::perm::test_ipermutation2();
|
|
ams::perm::test_permutation1();
|
|
return ret;
|
|
} |