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
Add a .block_solution() call that can be called after solve() to block the found solution for future calls. When #21 landed, all solutions that agree for the sampling variables are blocked, even if they differ for non-sampling (or hidden) variables.
The text was updated successfully, but these errors were encountered:
Add a
.block_solution()
call that can be called after solve() to block the found solution for future calls. When #21 landed, all solutions that agree for the sampling variables are blocked, even if they differ for non-sampling (or hidden) variables.The text was updated successfully, but these errors were encountered: