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
ModelBuilder is internal detail of OpenSMT and we should not be using it.
The problem was that we need to extend a given model with a new variable.
This is not possible with OpenSMT's Model.
We can build our own wrapper to support this functionality.
The text was updated successfully, but these errors were encountered:
ModelBuilder
is internal detail of OpenSMT and we should not be using it.The problem was that we need to extend a given model with a new variable.
This is not possible with OpenSMT's
Model
.We can build our own wrapper to support this functionality.
The text was updated successfully, but these errors were encountered: