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

Added a setter method to bound a manifold's value #12

Merged
merged 1 commit into from Jun 23, 2015
Merged

Conversation

Delca
Copy link
Contributor

@Delca Delca commented Jun 23, 2015

Previously, there was no easy way to add bounds on arguments from a manifold (that is, to limit the value taken by a point on this manifold), and you had to keep track of the manifold's position in the global manifold to input those bounds.
Now, you can bound those values by referencing the manifold on which they are defined.

<< std::endl;
}

//return;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this return can be removed now.

Delca added a commit that referenced this pull request Jun 23, 2015
Added a setter method to bound a manifold's value
@Delca Delca merged commit 8b2eff3 into master Jun 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants