search for: sharex_prob

Displaying 2 results from an estimated 2 matches for "sharex_prob".

2005 Feb 21
0
want to call R from aplatform written i strict ANSI C
...ne program to solve a minlp problem: #include <stdio.h> #include <stdlib.h> #include <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-leve...
2005 Feb 25
0
Fwd: want to call R from aplatform written i strict ANSI C
...ne program to solve a minlp problem: #include <stdio.h> #include <stdlib.h> #include <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-leve...