File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3169,7 +3169,7 @@ def objective_coefficients(self):
3169
3169
@abstract_method
3170
3170
def objective_name (self ):
3171
3171
r"""
3172
- Return the objective name used in dictionaries for this problem .
3172
+ Return the objective name of ``self`` .
3173
3173
3174
3174
OUTPUT:
3175
3175
@@ -4005,7 +4005,7 @@ def objective_coefficients(self):
4005
4005
4006
4006
def objective_name (self ):
4007
4007
r"""
4008
- Return the objective name used in dictionaries for this problem .
4008
+ Return the objective name of ``self`` .
4009
4009
4010
4010
OUTPUT:
4011
4011
@@ -4974,7 +4974,7 @@ def objective_coefficients(self):
4974
4974
4975
4975
def objective_name (self ):
4976
4976
r"""
4977
- Return the objective name used in dictionaries for this problem .
4977
+ Return the objective name of ``self`` .
4978
4978
4979
4979
OUTPUT:
4980
4980
You can’t perform that action at this time.
0 commit comments