NEWS | R Documentation |
a minor bugfix in file ‘configure.ac’
removed argument --enable-lapack
from file ‘configure.ac’
added function probNameCLP()
prints the version number of COIN-OR Clp on startup
added functions dropNamesCLP()
, copyNamesCLP()
and
lengthNamesCLP()
removed old file ‘NEWS.Rd’ from top level directory
bugfix in file ‘configure.ac’ when using pkg-config
updated ‘configure.ac’ script
file ‘NEWS’ is now in ‘inst/NEWS.Rd’
added finalizer for COIN-OR Clp problem objects
Function initProbCLP()
returns an instances of class
clpPtr
. This class has two data slots:
clpPtrType | a character string giving the pointer type and |
clpPointer | a pointer to a C structure |
file ‘c2r.map’ in ‘inst/’: mapping of filenames between C API and clpAPI, run
c2r <- system.file(package = "clpAPI", "c2r.map") source(c2r)in order to use original function names of the COIN-OR Clp C API.
minor update in ‘configure.ac’
‘configure.ac’ script and ‘Makevars.win’ are now compatible to COIN-OR Clp version 1.14.0
added ‘NAMESPACE’
removed file ‘COPYING’
changes in ‘configure.ac’
updated package vignette
added files ‘INSTALL’ and ‘README’
minor changes in ‘configure.ac’
renamed to clpAPI
added functions getColDualCLP()
, getRowPrimCLP()
and
getRowDualCLP()
fixed a bug in ‘configure.ac’
added functions addRowsCLP()
, addColsCLP()
,
deleteRowsCLP()
and deleteColsCLP()
initial public release