I have an instance where I want to represent a "sell stock" use case. In order to complete this, the user must either access it through "search stock", or through "view stock portfolio".
I don't know whether or not I am supposed to have a relationship between sell stock --include--> search stock and sell stock --include--> view stock portfolio, because I don't know if that means that both searching and viewing stock portfolio is needed, which is not what I am trying to portray. Only one of search stock or view stock portfolio is needed.