Changes
Jump to navigation
Jump to search
156 bytes added
, 2 years ago
mLine 35: |
Line 35: |
| | | |
| |C -> D,E = | | |C -> D,E = |
| + | * D if |
| + | * E if |
| | | |
| |E -> G,J = | | |E -> G,J = |
| + | * G if |
| + | * J if |
| | | |
− | |G -> I,L = | + | |F/empty -> J,H = |
| + | * Active Branching |
| + | |
| + | |G -> I/empty,L = |
| + | * I if |
| + | * L if |
| | | |
| |J -> L,P,K = | | |J -> L,P,K = |
| + | * L if |
| + | * P if |
| + | * K if |
| | | |
| |K -> P,M = | | |K -> P,M = |
| + | * P if |
| + | * M if |
| | | |
− | |M -> M, O/resource, P= | + | |M -> N, O/resource, P= |
| + | * N/empty if |
| + | * O if |
| + | * P if |
| | | |
| }} | | }} |