Skip to content

Commit

Permalink
Adding SiriusAPI.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ErDumont committed Jun 23, 2020
1 parent 37a1cc3 commit edecab3
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions SiriusAPI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Sirius Solver API

## Table of Contents

## Creating / Destroying a problem

### SRScreateprob
### SRSfreeprob
### SRSfreempsprob

## Filling a problem

### SRScreatecols
### SRScreaterows
### SRSsetcoefs

## Modifying a problem

### SRSchgbds
### SRSchgobj
### SRSchgrhs
### SRSchgsens
### SRSchgrangeval

## Getting informations about a problem

### SRSversion
### SRSgetnbcols
### SRSgetnbrows

## Setting parameters

### SRSsetintparams
### SRSsetdoubleparams

## Optimizing

### SRSoptimize

## Getting results

### SRSgetobjval
### SRSgetspxitercount
### SRSgetmipitercount
### SRSgetmipnodecount
### SRSgetx
### SRSgetproblemstatus
### SRSgetreducedcosts
### SRSgetdualvalues
### SRSgetcolbasisstatus
### SRSgetbestbound
### SRSgetrowbasisstatus

## Utils

### SRSreadmpsprob
### SRSwritempsprob
### SPXcopy_problem
### SRScopy_from_problem_simplexe

0 comments on commit edecab3

Please sign in to comment.