Skip to content

Commit 34666bf

Browse files
committed
add getVarFarkasCoef (no test)
1 parent 4a7def6 commit 34666bf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44
### Added
5+
- Added getVarFarkasCoef() (untested)
56
### Fixed
67
- getTermsQuadratic() now correctly returns all linear terms
78
### Changed

src/pyscipopt/scip.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,7 @@ cdef extern from "scip/scip.h":
10011001
SCIP_Real SCIPgetDualboundRoot(SCIP* scip)
10021002
SCIP_Real SCIPgetVarRedcost(SCIP* scip, SCIP_VAR* var)
10031003
SCIP_RETCODE SCIPgetDualSolVal(SCIP* scip, SCIP_CONS* cons, SCIP_Real* dualsolval, SCIP_Bool* boundconstraint)
1004+
SCIP_Real SCIPgetVarFarkasCoef(SCIP* scip, SCIP_VAR* var)
10041005

10051006
# Reader plugin
10061007
SCIP_RETCODE SCIPincludeReader(SCIP* scip,

0 commit comments

Comments
 (0)