-
Notifications
You must be signed in to change notification settings - Fork 3
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
SelectedGroups to GAP fails #26
Comments
Looking further: perhaps updating the code to use UPDATE_STAT would be the way to go? The GAP source indicates that the function is intended for demonstration code, but it does appear to do what is desired. |
IMHO the bug is that it modifies |
Putting something in A use case is as follows. A user runs So I guess the design decision to put the result in |
Naive, genuine, question, but why is fine to take values from |
There might be a better user interface. But the interface where you get a result up at the GAP command line, and then do "Insert from GAP" in the xgap sheet is pretty good: I think it is reasonably intuitive, as well as being fairly smooth to work with for an experienced user. Is there a more correct way to implement this interface as far as the GAP programming interface goes? |
In GAP 4.12.0, going into a GraphicSubgroupLattice and doing "SelectedGroups To GAP" from the Subgroups menu gives an error:
I guess that the problem is that GAP 4.11 made last read-only.
A workaround is to call
but this is almost surely not the right way to do things.
I'd be happy to put together a patch to address, but am not so sure what the right solution is. Is there an alternative correct way to get a value into last?
The text was updated successfully, but these errors were encountered: