Skip to content

Commit

Permalink
Define 'MANDARIN_CRISIS'
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiccha committed Mar 31, 2021
1 parent 15d7a9b commit 754593d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions gap/base/recognition.gd
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,9 @@ BindGlobal( "SLPforElementFuncsGeneric", rec() );

DeclareGlobalFunction( "EmptyRecognitionInfoRecord" );

# TODO Document mandarins
BindGlobal("MANDARIN_CRISIS", MakeImmutable("MANDARIN_CRISIS"));

## <#GAPDoc Label="RecognisePermGroup">
## <ManSection>
## <Func Name="RecognisePermGroup" Arg="H"/>
Expand Down
2 changes: 0 additions & 2 deletions gap/base/recognition.gi
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,7 @@ InstallGlobalFunction( PrintTreePos,
end );

NUM_MANDARINS := 100;
MANDARIN_CRISIS := "TODO";

# TODO: documentation of mandarins.
# Refer to overview paper by Baarnhielm, Holt, Charles, Eamonn, sections "5.2
# The main algorithm" and "5.4 Crisis management".
# Explain safe and unsafe nodes.
Expand Down

0 comments on commit 754593d

Please sign in to comment.