@@ -5685,7 +5685,7 @@ SCIP_Real SCIPadjustedVarUbExactFloat(
5685
5685
* that in conflict analysis, this change is treated like a branching decision
5686
5686
*
5687
5687
* @warning If SCIP is in presolving stage, it can happen that the internal variable array (which can be accessed via
5688
- * SCIPgetVars()) gets resorted .
5688
+ * SCIPgetVars()) gets re-sorted .
5689
5689
*
5690
5690
* @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
5691
5691
* SCIP_Retcode "SCIP_RETCODE" for a complete list of error codes.
@@ -5863,7 +5863,7 @@ SCIP_RETCODE SCIPchgVarLbExact(
5863
5863
* that in conflict analysis, this change is treated like a branching decision
5864
5864
*
5865
5865
* @warning If SCIP is in presolving stage, it can happen that the internal variable array (which can be accessed via
5866
- * SCIPgetVars()) gets resorted .
5866
+ * SCIPgetVars()) gets re-sorted .
5867
5867
*
5868
5868
* @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
5869
5869
* SCIP_Retcode "SCIP_RETCODE" for a complete list of error codes.
@@ -6128,7 +6128,7 @@ SCIP_RETCODE SCIPchgVarUbNode(
6128
6128
* if the global bound is better than the local bound
6129
6129
*
6130
6130
* @warning If SCIP is in presolving stage, it can happen that the internal variable array (which can be accessed via
6131
- * SCIPgetVars()) gets resorted .
6131
+ * SCIPgetVars()) gets re-sorted .
6132
6132
*
6133
6133
* @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
6134
6134
* SCIP_Retcode "SCIP_RETCODE" for a complete list of error codes.
@@ -6217,7 +6217,7 @@ SCIP_RETCODE SCIPchgVarLbGlobal(
6217
6217
* if the global bound is better than the local bound
6218
6218
*
6219
6219
* @warning If SCIP is in presolving stage, it can happen that the internal variable array (which can be accessed via
6220
- * SCIPgetVars()) gets resorted .
6220
+ * SCIPgetVars()) gets re-sorted .
6221
6221
*
6222
6222
* @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
6223
6223
* SCIP_Retcode "SCIP_RETCODE" for a complete list of error codes.
@@ -6390,7 +6390,7 @@ SCIP_RETCODE SCIPchgVarUbLazy(
6390
6390
* is treated like a branching decision
6391
6391
*
6392
6392
* @warning If SCIP is in presolving stage, it can happen that the internal variable array (which can be accessed via
6393
- * SCIPgetVars()) gets resorted .
6393
+ * SCIPgetVars()) gets re-sorted .
6394
6394
*
6395
6395
* @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
6396
6396
* SCIP_Retcode "SCIP_RETCODE" for a complete list of error codes.
@@ -6640,7 +6640,7 @@ SCIP_RETCODE SCIPtightenVarLbExact(
6640
6640
* is treated like a branching decision
6641
6641
*
6642
6642
* @warning If SCIP is in presolving stage, it can happen that the internal variable array (which can be accessed via
6643
- * SCIPgetVars()) gets resorted .
6643
+ * SCIPgetVars()) gets re-sorted .
6644
6644
*
6645
6645
* @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
6646
6646
* SCIP_Retcode "SCIP_RETCODE" for a complete list of error codes.
@@ -6892,7 +6892,7 @@ SCIP_RETCODE SCIPtightenVarUbExact(
6892
6892
* SCIPinferVarUbCons
6893
6893
*
6894
6894
* @note If SCIP is in presolving stage, it can happen that the internal variable array (which get be accessed via
6895
- * SCIPgetVars()) gets resorted .
6895
+ * SCIPgetVars()) gets re-sorted .
6896
6896
*
6897
6897
* @note During presolving, an integer variable which bound changes to {0,1} is upgraded to a binary variable.
6898
6898
*/
@@ -6953,7 +6953,7 @@ SCIP_RETCODE SCIPinferVarFixCons(
6953
6953
* for the deduction of the bound change
6954
6954
*
6955
6955
* @warning If SCIP is in presolving stage, it can happen that the internal variable array (which can be accessed via
6956
- * SCIPgetVars()) gets resorted .
6956
+ * SCIPgetVars()) gets re-sorted .
6957
6957
*
6958
6958
* @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
6959
6959
* SCIP_Retcode "SCIP_RETCODE" for a complete list of error codes.
@@ -7067,7 +7067,7 @@ SCIP_RETCODE SCIPinferVarLbCons(
7067
7067
* for the deduction of the bound change
7068
7068
*
7069
7069
* @warning If SCIP is in presolving stage, it can happen that the internal variable array (which can be accessed via
7070
- * SCIPgetVars()) gets resorted .
7070
+ * SCIPgetVars()) gets re-sorted .
7071
7071
*
7072
7072
* @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
7073
7073
* SCIP_Retcode "SCIP_RETCODE" for a complete list of error codes.
@@ -7530,7 +7530,7 @@ SCIP_RETCODE SCIPinferBinvarCons(
7530
7530
* SCIPinferVarUbProp
7531
7531
*
7532
7532
* @note If SCIP is in presolving stage, it can happen that the internal variable array (which get be accessed via
7533
- * SCIPgetVars()) gets resorted .
7533
+ * SCIPgetVars()) gets re-sorted .
7534
7534
*
7535
7535
* @note During presolving, an integer variable which bound changes to {0,1} is upgraded to a binary variable.
7536
7536
*/
@@ -7591,7 +7591,7 @@ SCIP_RETCODE SCIPinferVarFixProp(
7591
7591
* for the deduction of the bound change
7592
7592
*
7593
7593
* @warning If SCIP is in presolving stage, it can happen that the internal variable array (which can be accessed via
7594
- * SCIPgetVars()) gets resorted .
7594
+ * SCIPgetVars()) gets re-sorted .
7595
7595
*
7596
7596
* @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
7597
7597
* SCIP_Retcode "SCIP_RETCODE" for a complete list of error codes.
@@ -7706,7 +7706,7 @@ SCIP_RETCODE SCIPinferVarLbProp(
7706
7706
* for the deduction of the bound change
7707
7707
*
7708
7708
* @warning If SCIP is in presolving stage, it can happen that the internal variable array (which can be accessed via
7709
- * SCIPgetVars()) gets resorted .
7709
+ * SCIPgetVars()) gets re-sorted .
7710
7710
*
7711
7711
* @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
7712
7712
* SCIP_Retcode "SCIP_RETCODE" for a complete list of error codes.
@@ -8032,7 +8032,7 @@ SCIP_RETCODE tightenVarLbGlobalSafe(
8032
8032
* also tightens the local bound, if the global bound is better than the local bound
8033
8033
*
8034
8034
* @warning If SCIP is in presolving stage, it can happen that the internal variable array (which can be accessed via
8035
- * SCIPgetVars()) gets resorted .
8035
+ * SCIPgetVars()) gets re-sorted .
8036
8036
*
8037
8037
* @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
8038
8038
* SCIP_Retcode "SCIP_RETCODE" for a complete list of error codes.
@@ -8263,7 +8263,7 @@ SCIP_RETCODE tightenVarUbGlobalSafe(
8263
8263
* also tightens the local bound, if the global bound is better than the local bound
8264
8264
*
8265
8265
* @warning If SCIP is in presolving stage, it can happen that the internal variable array (which can be accessed via
8266
- * SCIPgetVars()) gets resorted .
8266
+ * SCIPgetVars()) gets re-sorted .
8267
8267
*
8268
8268
* @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
8269
8269
* SCIP_Retcode "SCIP_RETCODE" for a complete list of error codes.
0 commit comments