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
I've been messing around with different solvers and different decomposition strategies and while I've been able to change the solver settings in the Alloy editor and have it reflected in the extension, this does not seem to occur for the decomposition strategy. I'd like to be able to do unbounded model checking with the Electrod/NuSMV solver but it is pretty slow in batch decomposition mode.
Thanks for the great extension!
I've been messing around with different solvers and different decomposition strategies and while I've been able to change the solver settings in the Alloy editor and have it reflected in the extension, this does not seem to occur for the decomposition strategy. I'd like to be able to do unbounded model checking with the Electrod/NuSMV solver but it is pretty slow in batch decomposition mode.
I am a very bad with Java, so I can't be sure that this is the right place, but I noticed that here: https://github.com/s-arash/org.alloytools.alloy/blob/master/org.alloytools.alloy.application/src/main/java/edu/mit/csail/sdg/alloy4whole/AlloyLanguageServer.java#L903 seems to be the location where various Alloy settings are read into the language server. The decomposition strategy is not read here; could this be the source of the issue?
Thanks!
The text was updated successfully, but these errors were encountered: