aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-13Added download link directly to the readmeHEADmasterJeffrey Armstrong
2021-01-13Improved download links for pre-built Windows binaries.Jeffrey Armstrong
2020-12-14Fixed clp_loadProblem to handle optional arguments.Jeffrey Armstrong
2020-12-14Enabled debugging in makefile for building Clp on MinGW-W64Jeffrey Armstrong
2020-12-07Fixed two headings that should have been bold in README.mdJeffrey Armstrong
2020-12-07Fixed two links to DLL downloadsJeffrey Armstrong
2020-10-30Added documentation for using DLLs and a general overview.Jeffrey Armstrong
2020-10-29Added default model used for sample driver codeJeffrey Armstrong
2020-10-29Implemented the C example driver program in Fortran. Updates to name routine...Jeffrey Armstrong
2020-10-29Added handling of callbacks in a Fortran-esque mannerJeffrey Armstrong
2020-10-29Added projects for building and using DLLs for ClpJeffrey Armstrong
2020-10-27Implemented status enums. Implemented additional Fortran wrappers for getEle...Jeffrey Armstrong
2020-10-27Implemented more Fortran wrappers for functions that should return arrays as ...Jeffrey Armstrong
2020-10-27Fixed interface functions that return C arrays to return Fortran pointers to ...Jeffrey Armstrong
2020-10-26Implemented Fortran interfaces for row and column name subroutinesJeffrey Armstrong
2020-10-26Implemented Clp_copyNames in Fortran since it was dealing with two arrays of ...Jeffrey Armstrong
2020-10-16Additional string and array routines updatedJeffrey Armstrong
2020-10-15Added utilty module for converting to/from C strings. Added some procedures ...Jeffrey Armstrong
2020-10-15Added build instructions for the base COIN libraries.Jeffrey Armstrong
2020-10-13Added Simply Fortran projects. Added makefile for building Clp on MinGW64.Jeffrey Armstrong
2020-10-08Initial commit of original codeJeff Armstrong