cuikmerge.c File Reference

Detailed Description

dot_inline_dotgraph_52.png

A utility to define one cuiksystem from serveral files.

See Also
cuiksystem.h cuiksystem.c

Definition in file cuikmerge.c.

Functions

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

Function Documentation

int main ( int  argc,
char **  arg 
)

Main body of the cuikmerge application.

Use:

  • cuikmerge suffix problems.cuik

where

  • suffix Is the suffix added to the output cuiksystem.
  • problems Are the cuik files with the variables/equations to merge.

The .cuik extensions are optional.

Parameters
argcNumber of elements in the command line that starts the application (i.e., the cuiksimplify 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 65 of file cuikmerge.c.

References AddCuikSystemFromFile(), ChangeParameter(), CreateFileName(), CT_DUMMIFY, CUIK_EXT, DeleteCuikSystem(), DeleteFileName(), DeleteParameters(), Error(), GetFileFullName(), InitCuikSystemFromFile(), InitParametersFromFile(), LinkFileNmeWithExtension(), PARAM_EXT, and PrintCuikSystem().