Originally posted by: 7DNV_Miguel_Casquilho
I think THAT was a real advance. I now have some response from the compiler (even if it's bad):
=============================
/tmp/ifortiMexYX.o: In function `MAIN__':
LPex1.f90:(.text+0x48): undefined reference to `cpxopencplexdevelop_'
LPex1.f90:(.text+0x6f): undefined reference to `cpxsetintparam_'
LPex1.f90:(.text+0x280): undefined reference to `cpxcreateprob_'
LPex1.f90:(.text+0x32d): undefined reference to `cpxcopylp_'
LPex1.f90:(.text+0x39c): undefined reference to `cpxprimopt_'
etc.
=============================
Is it a matter of underscore ? Of lower/upper-case ? Fortran is case-insensitive (except, of course, in character strings).
#CPLEXOptimizers#DecisionOptimization