Page 1 of 1

subset

Posted: Fri Jul 26, 2019 10:51 pm
by Omi
How to code attachment?
s is subset of N with cardinality greater than 2.
where N is /J1*J6/

Re: subset

Posted: Sat Jul 27, 2019 9:04 am
by Renger
Hi Omi

As long as you don't know which elements should be part of the subset, this is hard to answer.
Otherwise, you can use assigning elements from N as follows:

Code: Select all

N Main set /J1*J6/,
S(N) subset of N;

S(N)$(condition) = YES;
THis will assign elements from N to S based on your condition.
Cheers
Renger