Skip to content

Numerical 3D Generator #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Numerical 3D Generator #41

wants to merge 7 commits into from

Conversation

mads1158
Copy link
Collaborator

@mads1158 mads1158 commented Jun 9, 2025

Generator and Associated README for Numerical 3D Matching

Used a similar method to Knapsack via Stars & Bars method

@mads1158 mads1158 requested review from joshuaguerin and gonz9032 June 9, 2025 16:06
@joshuaguerin
Copy link
Owner

"How large the sets should be "

Better: "The set size (s) "

Trying to make slightly more formal and tying it to the parameter names.

@joshuaguerin
Copy link
Owner

So, during generation I'm getting sets like the following:

x( 1 ; 0 ; 5 ; 1  ).
y( 8 ; 10 ; 4 ; 5  ).
z( 1 ; 0 ; 1 ; 4  ).

It looks like it is pretty transparent about the solution.

Could you do a quick, random permutation of each set before outputting, so the solution isn't given directly to the reader, visually?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants