> Does this mean that I cannot use a cut callback to "lazily" add
> constraints that are required to specify my model?
Yes, that's not supported in this release.
> For example, does it mean I would not be able to use it to add subtour
> elimination constraints for solving a TSP problem?
Correct, you can't currently use the cut callback to do that.