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

Merged
merged 10 commits into from
Jun 25, 2025
Merged

Numerical 3D Generator #41

merged 10 commits into from
Jun 25, 2025

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?

@joshuaguerin
Copy link
Owner

OK, I did a quick rewrite of the print phase to randomize. Otherwise, looking good!

@joshuaguerin joshuaguerin merged commit f182cf6 into master Jun 25, 2025
@joshuaguerin joshuaguerin deleted the jackson-n3d branch June 25, 2025 18:21
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