Go to the source code of this file.
 | 
|   | flopc | 
|   | All flopc++ code is contained within the flopc namespace. 
  | 
|   | 
 | 
| void  | flopc::forall (const MP_domain &d, const Functor &f) | 
|   | Global function for performing a Functor on each member of a MP_domain.  More...
  | 
|   | 
| void  | flopc::forall (const Functor &f) | 
|   | Global function for performing a Functor without having a set to operate on.  More...
  | 
|   | 
| void  | flopc::operator<<= (const MP_domain &s, const MP_domain &d) | 
|   | Global function which copies members of MP_domain d into another (possibly non-empty) MP_domain.  More...
  | 
|   | 
| void  | flopc::minimize (const MP_expression &obj) | 
|   | This is one of the main entry points for executionThis calls the OsiSolverInterface to execute the solver with the objective of MINIMIZING the argment MP_expression.  More...
  | 
|   | 
| void  | flopc::minimize_max (MP_set &d, const MP_expression &obj) | 
|   | This is one of the main entry points for executionThis calls the OsiSolverInterface to execute the solver with the objective of MINIMIZING THE MAXIMUM of the MP_expression evaluation of the MP_set.  More...
  | 
|   | 
| void  | flopc::maximize (const MP_expression &obj) | 
|   | This is one of the main entry points for executionThis calls the OsiSolverInterface to execute the solver with the objective of MAXIMIZING of the MP_expression.  More...
  | 
|   |