Revision e4ec6413ac56fbc0a61b8b36942c2f038af58944 authored by Mohamed Barakat on 30 March 2017, 12:04:54 UTC, committed by Mohamed Barakat on 30 March 2017, 12:04:54 UTC
1 parent da36bb5
Raw File
init.g
#############################################################################
##
#W    init.g                 The polymake interface package     Werner Nickel
#W                                                                Greg Gamble
##

#############################################################################
##
#R  Read the declaration files.
##
ReadPackage( "PolymakeInterface", "gap/types.gd" );

ReadPackage( "PolymakeInterface", "gap/additional_methods.gd" );

#E  init.g . . . . . . . . . . . . . . . . . . . . . . . . . . . .  ends here

back to top