You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or alternatively, if this isn't something that can be done in R, maybe just adding the method setConstraint (note no s at the end) would achieve the same thing.
This is low priority but would probably be easy to implement while fixing more important constraint issues such as #58
The text was updated successfully, but these errors were encountered:
Consider this code - when there is only one constraint, wrapping each element in datastructures seems unnecessarily verbose.
Suggestion
It would be nice to either overridethe method signature for
setConstraints
to allow something like thisor alternatively, if this isn't something that can be done in R, maybe just adding the method
setConstraint
(note nos
at the end) would achieve the same thing.This is low priority but would probably be easy to implement while fixing more important constraint issues such as #58
The text was updated successfully, but these errors were encountered: