Differences between revisions 1 and 2
Revision 1 as of 2014-01-27 10:59:05
Size: 1310
Editor: XmlRpcBot
Comment:
Revision 2 as of 2014-09-23 09:54:21
Size: 1346
Editor: XmlRpcBot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * ''max_states'' (int): maximum abstraction size
 * ''max_states_before_merge'' (int): maximum abstraction size for factors of synchronized product
 * ''max_states'' (int): maximum transition system size
 * ''max_states_before_merge'' (int): maximum transition system size for factors of synchronized product
Line 21: Line 21:
 * ''max_states'' (int): maximum abstraction size
 * ''max_states_before_merge'' (int): maximum abstraction size for factors of synchronized product
 * ''max_states'' (int): maximum transition system size
 * ''max_states_before_merge'' (int): maximum transition system size for factors of synchronized product
Line 31: Line 31:
 * ''max_states'' (int): maximum abstraction size
 * ''max_states_before_merge'' (int): maximum abstraction size for factors of synchronized product
 * ''max_states'' (int): maximum transition system size
 * ''max_states_before_merge'' (int): maximum transition system size for factors of synchronized product

shrink_bisimulation

shrink_bisimulation(max_states=-1, max_states_before_merge=-1, greedy=false, threshold=-1, group_by_h=false, at_limit=RETURN)
  • max_states (int): maximum transition system size

  • max_states_before_merge (int): maximum transition system size for factors of synchronized product

  • greedy (bool): use greedy bisimulation

  • threshold (int): TODO: document

  • group_by_h (bool): TODO: document

  • at_limit ({RETURN, USE_UP}): what to do when the size limit is hit

f-Preserving

shrink_fh(max_states=-1, max_states_before_merge=-1, shrink_f=HIGH, shrink_h=LOW)
  • max_states (int): maximum transition system size

  • max_states_before_merge (int): maximum transition system size for factors of synchronized product

  • shrink_f ({HIGH, LOW}): prefer shrinking states with high or low f values

  • shrink_h ({HIGH, LOW}): prefer shrinking states with high or low h values

Random

shrink_random(max_states=-1, max_states_before_merge=-1)
  • max_states (int): maximum transition system size

  • max_states_before_merge (int): maximum transition system size for factors of synchronized product

FastDownward: Doc/ShrinkStrategy (last edited 2024-01-11 22:26:38 by XmlRpcBot)