File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1851,37 +1851,50 @@ cdef extern from "scip/cons_indicator.h":
18511851 SCIP_Bool dynamic,
18521852 SCIP_Bool removable,
18531853 SCIP_Bool stickingatnode)
1854+
18541855 SCIP_RETCODE SCIPaddVarIndicator(SCIP* scip,
18551856 SCIP_CONS* cons,
18561857 SCIP_VAR* var,
18571858 SCIP_Real val)
1859+
18581860 SCIP_CONS* SCIPgetLinearConsIndicator(SCIP_CONS* cons)
1861+
18591862 SCIP_RETCODE SCIPsetLinearConsIndicator(SCIP* scip,
18601863 SCIP_CONS* cons,
18611864 SCIP_CONS* lincons)
1865+
18621866 SCIP_RETCODE SCIPsetBinaryVarIndicator(SCIP* scip,
18631867 SCIP_CONS* cons,
18641868 SCIP_VAR* binvar)
1869+
18651870 SCIP_RETCODE SCIPgetActiveOneIndicator(SCIP_Cons* cons,
18661871 SCIP_VAR* binvar)
1872+
18671873 SCIP_VAR* SCIPgetBinaryVarIndicator(SCIP_CONS* cons)
1874+
18681875 SCIP_VAR* SCIPgetSlackVarIndicator(SCIP_CONS* cons)
1876+
18691877 SCIP_RETCODE SCIPsetSlackVarIndicator(SCIP* scip,
18701878 SCIP_CONS* cons,
18711879 SCIP_VAR* slackvar)
1880+
18721881 SCIP_Bool SCIPisActiveOneIndicator(SCIP* scip,
18731882 SCIP_CONS* cons,
18741883 SCIP_VAR* binvar)
1884+
18751885 SCIP_Bool SCIPmakeIndicatorFeasible(SCIP* scip,
18761886 SCIP_CONS* cons,
18771887 SCIP_SOL* sol,
18781888 SCIP_Bool* changed)
1889+
18791890 SCIP_Bool SCIPmakeIndicatorsFeasible(SCIP* scip,
18801891 SCIP_CONSHDLR* conshdlr,
18811892 SCIP_SOL* sol)
1893+
18821894 SCIP_RETCODE SCIPaddLinearConsIndicator(SCIP* scip,
18831895 SCIP_CONSHDLR* conshdlr,
18841896 SCIP_CONS* cons)
1897+
18851898 SCIP_RETCODE SCIPaddRowIndicator(SCIP* scip,
18861899 SCIP_CONSHDLR* conshdlr,
18871900 SCIP_ROW* row)
You can’t perform that action at this time.
0 commit comments