is_nativeBFPReturns if the native (build-in) basis factorization package (BFP) is used, or an external package. unsigned char is_nativeBFP(lprec *lp); Return Value is_nativeBFP returns TRUE if the native (build-in) BFP is used, else FALSE. Parameters lp Pointer to previously created lp model. See return value of make_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI Remarks The is_nativeBFP function checks if an external BFP is set or not. See Basis Factorization Packages for a complete description on BFPs. Example
See Also make_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, has_BFP, set_BFP |