cuikerror.c File Reference

Detailed Description

dot_inline_dotgraph_52.png

A tool to evaluate the error in a set of solutions

Definition in file cuikerror.c.

Functions

int main (int argc, char **arg)
 Main body of the cuikerror application. More...
 

Function Documentation

int main ( int  argc,
char **  arg 
)

Main body of the cuikerror application.

A tool to evaluate the error in a set of solutions.

Use:

  • cuikerror problem_name [sol_name]

where

  • problem_name is the name from where to generate the .world
  • sol_name [optional] The file with the solutions.
Parameters
argcNumber of elements in the command line that starts the application (i.e., the cuikerror command itself and its arguments).
argStrings with the arguments.
Returns
EXIT_SUCCESS (0) if the execution worked out fine and EXIT_FAILURE if not.

Definition at line 55 of file cuikerror.c.

References CreateFileName(), CS_WD_DELETE, CS_WD_ERROR_IN_EQUATIONS, CS_WD_GET_NUM_SYSTEM_VARS, CS_WD_INIT, CS_WD_REGENERATE_SOLUTION_POINT, CT_REPRESENTATION, DeleteFileName(), DeleteParameters(), Error(), FALSE, GetFileFullName(), GetParameter(), InitParametersFromFile(), JOINTS_EXT, LINKS_EXT, NEW, PARAM_EXT, REP_JOINTS, and TRUE.