Prospectus #2
PaulWAyers
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Immediate tasks:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
https://www.jjj.de/fxt/fxtbook.pdf See page 293-294 for the permutation algorithm. The location of the code in the library is also given. Here's the library: The Glynn algorithm can be directly translated from the Python code. For the Ryser algorithm, see section 8.2.2, page 206, for the algorithm for generate all subsets. Location of the code in the library is also given. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Proposed Workflow:
From @msricher :
There's a low-level C part, i.e. the inner loop math, some C++ abstractions for writing the overall algorithm for a general type, and handling of object types if desired.
Beta Was this translation helpful? Give feedback.
All reactions