File: README.md

package info (click to toggle)
r-cran-rcsdp 0.1.57.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,332 kB
  • sloc: ansic: 7,210; makefile: 68; sh: 5
file content (18 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

# Rcsdp

<!-- badges: start -->
<!-- badges: end -->

This package is an R interface to the CSDP semidefinite programming library by Brian Borchers (https://github.com/coin-or/Csdp/)

## Installation

You can install the released version of Rcsdp from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("Rcsdp")
```