| NEWS | R Documentation |
Quick fix for CRAN issue: 'config' variable 'CPP' is deprecated.
Added functions setRowNameCLP, setColNameCLP,
writeMPSCLP and modifyCoefficientCLP and
corresponding .Rd files. These functions are only available
with COIN-OR Clp version >= 1.17.2.
changed configure script to build with Clp version 1.17.2, now requiring stdbool.h.
changed maintainer
changed return value of C function getHitMaximumIterations
called by getHitMaximumIterationsCLP to Rf_ScalarLogical
added .Rd files for the functions setNumberIterationsCLP, setMaximumIterationsCLP,
setMaximumSecondsCLP, getMaximumIterationsCLP,
getMaximumSecondsCLP, and getHitMaximumIterationsCLP.
Added the functions setNumberIterationsCLP, setMaximumIterationsCLP,
setMaximumSecondsCLP, getMaximumIterationsCLP,
getMaximumSecondsCLP, and getHitMaximumIterationsCLP.
added -lz to ‘Makevars.win’
changed maintainer
added a period at the end of your Description line in your DESCRIPTION file.
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