#include <ostream>
#include <vector>
#include <set>
#include <string>
#include "MP_expression.hpp"
#include "MP_constraint.hpp"
#include <CoinPackedVector.hpp>
Go to the source code of this file.
|
| flopc |
| All flopc++ code is contained within the flopc namespace.
|
|
|
std::ostream & | flopc::operator<< (std::ostream &os, const MP_model::MP_status &condition) |
| allows print of result from call to solve(); More...
|
|
std::ostream & | flopc::operator<< (std::ostream &os, const MP_model::MP_direction &direction) |
| allows print of direction used when calling solve. (MIN/MAX) More...
|
|