HPCombi
High Performance Combinatorics in C++ using vector instructions v1.0.1
Loading...
Searching...
No Matches
common_left_weak_leq Class Reference

Compare two permutations for the left weak order. More...

#include <perm16.hpp>

Detailed Description

Compare two permutations for the left weak order.

Example:
Perm16 x{2,0,3,1}, y{3,0,2,1};
x.left_weak_leq(y)
Returns
true 

The documentation for this class was generated from the following file: