Skip to content

Commit 613f2ad

Browse files
authored
Merge pull request #3715 from mrmundt/august-typos
August Typos Release
2 parents e0c573b + 6749ac1 commit 613f2ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyomo/contrib/appsi/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
APPSI is a collection of solver interfaces which can resolve Pyomo models quickly.
44

5-
Design Decisisons
6-
-----------------
5+
Design Decisions
6+
----------------
77
* Fixing variables does not change the structure of a constraint (linear, quadratic, etc.)
88
* Making this decision means we do not need to update constraints when variables in those constraints become fixed.
99
* In the NL writer, we can fix variables in the bounds section (i.e., "4 value")
1010
* Ipopt handles this just fine
1111
* However, if all of the variables in a constraint are fixed, this can cause ipopt problems. Therefore, we do have
1212
to take care to exclude constraints with all variables fixed. Fortunately, this is pretty easy and efficient.
13-
13+

0 commit comments

Comments
 (0)