diff --git a/PackageInfo.g b/PackageInfo.g index 015b7d3..ab6301f 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -10,8 +10,8 @@ SetPackageInfo( rec( PackageName := "BacktrackKit", Subtitle := "An Extensible, easy to understand backtracking framework", -Version := "0.2", -Date := "27/10/2019", # dd/mm/yyyy format +Version := "0.3", +Date := "07/11/2019", # dd/mm/yyyy format Persons := [ rec( @@ -34,10 +34,10 @@ Persons := [ SourceRepository := rec( Type := "git", - URL := "https://github.com/ChrisJefferson/BacktrackKit", + URL := "https://github.com/peal/BacktrackKit", ), IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ), -PackageWWWHome := "https://ChrisJefferson.github.io/BacktrackKit/", +PackageWWWHome := "https://peal.github.io/BacktrackKit/", PackageInfoURL := Concatenation( ~.PackageWWWHome, "PackageInfo.g" ), README_URL := Concatenation( ~.PackageWWWHome, "README.md" ), ArchiveURL := Concatenation( ~.SourceRepository.URL, diff --git a/examples/refiner.autodoc b/examples/refiner.autodoc index e55ddc6..ed1315c 100644 --- a/examples/refiner.autodoc +++ b/examples/refiner.autodoc @@ -45,4 +45,4 @@ To begin, we will just consider the case where $P=Q$. Then, we need to provide a * Invariance: Given a permutation $g$ such that $P^g=g$, then $R(ps^g) = R(ps)^g$. Here, we define $ps^g$ as applying $g$ to each point in each cell of `ps`, and we define $(R(ps)^g)(x) := R(ps)(x^g)$. - +(TO COMPLETE) diff --git a/gap/BacktrackKit.gi b/gap/BacktrackKit.gi index dc8cab9..616c40c 100644 --- a/gap/BacktrackKit.gi +++ b/gap/BacktrackKit.gi @@ -43,6 +43,9 @@ InstallMethod(RestoreState, [IsBTKitState, IsObject], od; end); +#! @Chapter Implementation +#! @Section Filters + #! @Description #! Split the cells of the partition stack ps, if possible, according #! to a given filter. If the filter is fail, or if the split is