You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nils Adermann 1ee5d99405 When changing watched literals of a rule, update the parent's next pointer
The previous rule was not previously updated to point to the next rule when
removing a middle rule from the watch tree for a literal. This resulted in
jumping from one literal's watch tree to another's, which could then jump
back to the original and cause infinite loop in a case like #265.

Fixes #265
13 years ago
..
DefaultPolicyTest.php Add prettyVersion to packages, fixes #76 13 years ago
LiteralTest.php Add prettyVersion to packages, fixes #76 13 years ago
PoolTest.php Added and extended some unit tests 13 years ago
RequestTest.php Add prettyVersion to packages, fixes #76 13 years ago
RuleSetIteratorTest.php Now that no more update rules are created the code that handles them can be removed too. 13 years ago
RuleSetTest.php Now that no more update rules are created the code that handles them can be removed too. 13 years ago
RuleTest.php Added and extended some unit tests 13 years ago
SolverTest.php When changing watched literals of a rule, update the parent's next pointer 13 years ago