Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/ferret/lib/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 11.8.2025 mit Größe 2 kB image not shown  

Quelle  yapb.gd   Sprache: unbekannt

 
Spracherkennung für: .gd vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#############################################################################
##
##
#W  yapb.gd                Ferret Package                Chris Jefferson
##
##  Declaration file for functions of the Ferret package.
##
#Y  Copyright (C) 1999,2001 University of St. Andrews, North Haugh,
#Y                          St. Andrews, Fife KY16 9SS, Scotland
##


DeclareCategory("IsConstraint", IsComponentObjectRep);

DeclareRepresentation( "IsSimpleConstraint", IsConstraint, []);

###########################################################################
##
##

DeclareOperation("ConStabilize", [IsObject, IsObject]);
DeclareOperation("ConStabilize", [IsObject, IsObject, IsRecord]);

#DeclareOperation("ConStabilize", [IsTransformation, IsPosInt]);
#DeclareOperation("ConStabilize", [IsPartialPerm, IsPosInt]);
#DeclareOperation("ConStabilize", [IsList, IsFunction]);

DeclareOperation("ConInGroup", [IsPermGroup, IsRecord]);
DeclareOperation("ConInGroup", [IsPermGroup]);

DeclareGlobalFunction("OnDirectedGraph");
DeclareGlobalFunction("OnEdgeColouredDirectedGraph");


#############################################################################
##
#F  Solve( <list> ) . . . . . . . .  solve a list of constraints
##
DeclareGlobalFunction( "Solve" );


#############################################################################
##  <#GAPDoc Label="InfoFerret">
##  <ManSection>
##  <InfoClass Name="InfoFerret"/>
##
##  <Description>
##  is the info class for showing Ferret's search information.
##  Available levels are 1 (basic stats), 2 (basic search tree),
##  3 ( all information)
##  (see <Ref Sect="Info Functions"/>).
##  </Description>
##  </ManSection>
##  <#/GAPDoc>
##
DeclareInfoClass( "InfoFerret" );

#############################################################################
##  <#GAPDoc Label="InfoFerretDebug">
##  <ManSection>
##  <InfoClass Name="InfoFerretDebug"/>
##
##  <Description>
##  is the info class which shows Ferret's internal behaviour.
##  This info level is not of general interest, and is only enabled.
##  when ferret is compiled using the PRINT option.
##  (see <Ref Sect="Info Functions"/>).
##  </Description>
##  </ManSection>
##  <#/GAPDoc>
##
DeclareInfoClass( "InfoFerretDebug" );

#E  files.gd  . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here

[ Dauer der Verarbeitung: 0.34 Sekunden  ]