Basically, you can map the data values into a boolean truth table representation:
a b c 1 x x x 2 x x x 3 x
a b c 1 ┌───┐ 2 └───┘ 3 □
{1,2}{a,b,c} {3}{a}
This problem is an abstract of a network firewall rule optimization. The a,b,c... are for source IP/net, destination IP/net, protocol/port, permit/deny and probably more like zone names.
This problem is an abstract of a network firewall rule optimization. The a,b,c... are for source IP/net, destination IP/net, protocol/port, permit/deny and probably more like zone names.