11 lines
456 B
C++
11 lines
456 B
C++
/*==============================================================================
|
|
Solver Component
|
|
|
|
This is the main file for the Solver Component executable including the parsing
|
|
of command line arguments and the AMQ network interface.
|
|
|
|
Author and Copyright: Geir Horn, University of Oslo
|
|
Contact: Geir.Horn@mn.uio.no
|
|
License: MPL2.0 (https://www.mozilla.org/en-US/MPL/2.0/)
|
|
==============================================================================*/
|