73 d.
Forall( s->makeInsertFunctor());
void maximize(const MP_expression &obj)
This is one of the main entry points for executionThis calls the OsiSolverInterface to execute the so...
void 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...
static MP_model & getDefaultModel()
Can be used to get the default model.
Symbolic representation of a linear expression.
void minimize(const MP_expression &obj)
This is one of the main entry points for executionThis calls the OsiSolverInterface to execute the so...
static const MP_domain & getEmpty()
returns a reference to the "empty" set.
void Forall(const Functor *op) const
Special conditional operation on the domain.
void minimize_max(MP_set &d, const MP_expression &obj)
Binds the data and calls the solver to minimize maximum value of the parameter obj objective expressi...
void maximize()
Binds the data and calls the solver to maximize the current objective expression. ...
void 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 so...
All flopc++ code is contained within the flopc namespace.
void minimize()
Binds the data and calls the solver to minimize the current objective expression. ...
Range over which some other constuct is defined.
void forall(const MP_domain &d, const Functor &f)
Global function for performing a Functor on each member of a MP_domain.
Representation of a set for indexing into some other construct.