diff options
| author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-01-05 08:28:14 -0500 |
|---|---|---|
| committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-02-12 06:55:16 -0500 |
| commit | de2e2536976faecc0a90d1276c9a02789bd479cc (patch) | |
| tree | ad962cf80fcdddb74b47247dc4e81e7000ae9648 /native/include | |
| parent | 299ad40e3f0ae8fe2a8436371cce7edd22d98b8c (diff) | |
Add support for dumping LPs to iostreams
Quite handy when debugging LPs...
Diffstat (limited to 'native/include')
| -rw-r--r-- | native/include/linprog/io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/native/include/linprog/io.h b/native/include/linprog/io.h index 1e8885f..e956671 100644 --- a/native/include/linprog/io.h +++ b/native/include/linprog/io.h | |||
| @@ -9,6 +9,8 @@ | |||
| 9 | 9 | ||
| 10 | std::ostream& operator<<(std::ostream &os, const LinearExpression &exp); | 10 | std::ostream& operator<<(std::ostream &os, const LinearExpression &exp); |
| 11 | 11 | ||
| 12 | std::ostream& operator<<(std::ostream &os, const LinearProgram &lp); | ||
| 13 | |||
| 12 | void dump_lp_solution( | 14 | void dump_lp_solution( |
| 13 | VarMapper& vars, | 15 | VarMapper& vars, |
| 14 | const ResourceSharingInfo& info, | 16 | const ResourceSharingInfo& info, |
