Mex¶
- generateMexFastFVA(rootPathCPLEX, printLevel)[source]¶
Compile a MEX file based on the C file of fastFVA
- USAGE:
generateMexFastFVA (rootPathCPLEX, printLevel)
- OPTIONAL INPUTS:
rootPathCPLEX – path to the root of the CPLEX installation, used to locate the CPLEX headers and libraries for compilation (default: derived from ILOG_CPLEX_PATH)
printLevel – verbosity of the compilation:
0 - mute
1 - minimal output (default)
2 - all compilation info
Note
Requirements: Installation of CPLEX 12.6.2+