Skip to content

Commit

Permalink
Fixup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed Jan 9, 2025
1 parent d15ebdf commit 77e20aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion dependencies/BacktrackKit/gap/constraint.gd
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
#! To perform a search, it is necessary to
#! (at least implicitly) specify constraints that, in conjunction,
#! define the permutation(s) that you wish to find.
#! This is documented in Chapter&nbsp;<Ref Chap="Chapter_Executing_a_search"/>.
#! A constraint will typically be converted into one or more
#! **refiners** by that the time that a search takes place.
#! Refiners are introduced in
Expand Down
3 changes: 2 additions & 1 deletion tst/vole06.tst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ gap> START_TEST("vole06.tst");
# doc/_Chapter_Constraints.xml:60-62
gap> LoadPackage("vole", false);;

# doc/_Chapter_Constraints.xml:157-163
# doc/_Chapter_Constraints.xml:156-163
gap> LoadPackage("BacktrackKit", false);;
gap> Set(RecNames(Constraint));
[ "Centralise", "Centralize", "Conjugate", "Everything", "InCoset",
"InGroup", "InLeftCoset", "InRightCoset", "IsEven", "IsOdd", "IsTrivial",
Expand Down

0 comments on commit 77e20aa

Please # to comment.