Skip to content
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

feat: allow for implicit constraints on point domain in RandomPoints #167

Merged
merged 2 commits into from
Nov 21, 2022

Conversation

kkafar
Copy link
Collaborator

@kkafar kkafar commented Nov 21, 2022

Description

Allow for implicit constraints on point domain in RandomPoints population generator.

Important implementation details

I decided to detect whether there are constraints or not by checking whether constraints vector is empty. I did not use Option because using .unwrap() consumes self & it lead to inconveniences.

@kkafar kkafar added this to the Release 0.1.0-alpha.0 milestone Nov 21, 2022
@kkafar kkafar self-assigned this Nov 21, 2022
@kkafar kkafar merged commit e9c47f7 into main Nov 21, 2022
@kkafar kkafar deleted the @kkafar/improve-random-points branch November 21, 2022 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant