I'm trying to write the following constraints in PuLP.
- Choose between A and B; I can select atmost one and can't select both.
- There are a total of 10 variables A-J. Out of A-F, I have to select at least 3 in my solution.
Can you please advise on how to write these constraints?