Displaying 2 results from an estimated 2 matches for "load_system".
2005 Feb 21
0
want to call R from aplatform written i strict ANSI C
...ude <string.h>
#include <time.h>
#include <ctype.h>
#include <math.h>
#include <float.h>
#include "supergha.h"
#include "rpa_proj.h"
MINLP_ptr *SHAREX_PROB;
extern void ghasystem(int argc,char *argv[]);
int main(int argc,char **argv) {
int LOAD_SYSTEM = TRUE;
INITIALIZE_RAN1
SHAREX_PROB = get_data(argc,argv,LOAD_SYSTEM);
ghasystem(argc,argv);
exit(0);
} /* end of main() */
The function ghasystem() controls all GHA-processes. The key user-level
functions are defined in project.c. In the below example I have used
gha() to solve a minlp-pro...
2005 Feb 25
0
Fwd: want to call R from aplatform written i strict ANSI C
...ude <string.h>
#include <time.h>
#include <ctype.h>
#include <math.h>
#include <float.h>
#include "supergha.h"
#include "rpa_proj.h"
MINLP_ptr *SHAREX_PROB;
extern void ghasystem(int argc,char *argv[]);
int main(int argc,char **argv) {
int LOAD_SYSTEM = TRUE;
INITIALIZE_RAN1
SHAREX_PROB = get_data(argc,argv,LOAD_SYSTEM);
ghasystem(argc,argv);
exit(0);
} /* end of main() */
The function ghasystem() controls all GHA-processes. The key user-level
functions are defined in project.c. In the below example I have used
gha() to solve a minlp-pro...