BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Germs
Fluorite | Level 6

It works for this:  

 con pvalueGE{i in pool, j in groups: pvalue[i]<0.1}:
   x[i,j]=0;

 Thank you!