Skip to content

Commit

Permalink
add a little warning about gurbipy and objective function coefficients
Browse files Browse the repository at this point in the history
  • Loading branch information
DLWoodruff committed Dec 30, 2024
1 parent fcb1468 commit 9f3163b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/src/agnostic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,11 @@ The example ``mpisppy.agnostic.farmer4agnostic.py`` contains example code.

The script ``mpisppy.agnostic.examples.go.bash`` runs the example (and maybe some
other examples).


Notes about Gurobipy
--------------------

The current implementation of gurobipy assumes that nonants that are in
the objective function appear direclty there (not via some other
variable constrained in some way to represent them).

0 comments on commit 9f3163b

Please sign in to comment.