File tree 1 file changed +2
-2
lines changed
doc/OnlineDocs/explanation/modeling
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ This component is used to define continuous bounded domains (for example
47
47
like variables and constraints. Any number of
48
48
:py:class: `ContinuousSets <pyomo.dae.ContinuousSet> ` can be used to index a
49
49
component and components can be indexed by both
50
- :py:class: `.Set ` and
50
+ :py:class: `Sets < .Set> ` and
51
51
:py:class: `ContinuousSets <pyomo.dae.ContinuousSet> ` in arbitrary order.
52
52
53
53
In the current implementation, models with
@@ -416,7 +416,7 @@ discretization equations for this method are shown below:
416
416
417
417
where :math: `h` is the step size between discretization points or the size of
418
418
each finite element. These equations are generated automatically as
419
- :py:class: `.Constraint ` when the backward
419
+ :py:class: `Constraints< .Constraint> ` when the backward
420
420
difference method is applied to a Pyomo model.
421
421
422
422
There are several discretization options available to a
You can’t perform that action at this time.
0 commit comments