goalp                   Solves a (linear) goal programming problem
msg                     : msg: Formats and prints a message to screen.
new_goalp               new_goalp: Creates a new goalp object
parseGoal               Parses text describing goal programming
                        problem.
print.goalp             : print.goalp: Prints a summary of a goalp
                        object to screen.
solveGP                 Solves a weighted Linear Goal Programming
                        problem
summary.goalp           : summary.goalp: Prints a summary of a goalp
                        object to screen.
validateMatrices        Validates the input of a goal programming
                        problem
validate_goalp          : validate_goalp: A validator for goalp
                        objects.
