(incomplete list)
- How do you reach from
configtoconfigusingrules?- How many steps do you need?
- Given
config,rulesandobjective. How can you minimize/maximizeobjective? - Can you possibly reach from
config toconfig`?
- Given
setup,constraintsandobjective, can you achieveobjective? - Given
problem, and analgorithm, does it work?- Does it work for a particular
instance? - Find
instances such that the algorithm does not work. - Given an incorrect/simplified version of
algorithm, does it still work?
- Does it work for a particular
- Given
problem, aresourceandrules. How can you useresourcethe least to solveproblem?- Given two algorithms, which uses
resourcethe least?
- Given two algorithms, which uses
- Given
problemwith an appealinggreedy approach. Does thegreedy approachindeed work?- Given a few
greedy approaches, which one works?
- Given a few
- Given a
gameonplayers, who has the winning strategy? - Given
gameonplayers andstrategyforplayer, doesstrategywork? - Given
gameonplayers, findconfigsuch thatplayerwins.
- Can we reach from
nodetonodefollowingrules? - What is the maximum/minimum number of nodes/edges of
typecan you touch while going fromnodetonode?