index
:
clp_fortran
master
A Fortran wrapper around COIN-OR Linear Programming library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2020-12-14
Fixed clp_loadProblem to handle optional arguments.
Jeffrey Armstrong
2020-10-30
Added documentation for using DLLs and a general overview.
Jeffrey Armstrong
2020-10-29
Implemented the C example driver program in Fortran. Updates to name ↵
Jeffrey Armstrong
routines to read rather than write when appropriate. Minor callback fixes.
2020-10-29
Added handling of callbacks in a Fortran-esque manner
Jeffrey Armstrong
2020-10-27
Implemented status enums. Implemented additional Fortran wrappers for ↵
Jeffrey Armstrong
getElements and any procedures returning int arrays.
2020-10-27
Implemented more Fortran wrappers for functions that should return arrays as ↵
Jeffrey Armstrong
pointers.
2020-10-27
Fixed interface functions that return C arrays to return Fortran pointers to ↵
Jeffrey Armstrong
arrays
2020-10-26
Implemented Fortran interfaces for row and column name subroutines
Jeffrey Armstrong
2020-10-26
Implemented Clp_copyNames in Fortran since it was dealing with two arrays of ↵
Jeffrey Armstrong
strings.
2020-10-16
Additional string and array routines updated
Jeffrey Armstrong
2020-10-15
Added utilty module for converting to/from C strings. Added some procedures ↵
Jeffrey Armstrong
to interface with C routines that accept/return strings.
2020-10-08
Initial commit of original code
Jeff Armstrong