Jpp
18.2.0
the software that should make you happy
|
Example program to test permutations (JTOOLS::next_permutation). More...
#include <string>
#include <iostream>
#include <iomanip>
#include <vector>
#include <set>
#include <algorithm>
#include "JTools/JPermutation.hh"
#include "JMath/JMathToolkit.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Example program to test permutations (JTOOLS::next_permutation).
Definition in file JPermutation.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 22 of file JPermutation.cc.