Skip to content

Commit 155d786

Browse files
committed
better spacing in pxd
1 parent 3599159 commit 155d786

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/pyscipopt/scip.pxd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,10 +1612,15 @@ cdef extern from "scip/cons_and.h":
16121612
SCIP_Bool dynamic,
16131613
SCIP_Bool removable,
16141614
SCIP_Bool stickingatnode)
1615+
16151616
int SCIPgetNVarsAnd(SCIP* scip, SCIP_CONS* cons)
1617+
16161618
SCIP_VAR** SCIPgetVarsAnd(SCIP* scip, SCIP_CONS* cons)
1619+
16171620
SCIP_VAR* SCIPgetResultantAnd(SCIP* scip, SCIP_CONS* cons)
1621+
16181622
SCIP_Bool SCIPisAndConsSorted(SCIP* scip, SCIP_CONS* cons)
1623+
16191624
SCIP_RETCODE SCIPsortAndCons(SCIP* scip, SCIP_CONS* cons)
16201625

16211626
cdef extern from "scip/cons_or.h":

0 commit comments

Comments
 (0)