FLOPC++
|
Range over which some other constuct is defined. Uses subsetting.This is one of the main public interface classes. One uses this in the context of a constraint, objective, variable, or data. This class in the MP_domain family uses an MP_subset and a vector of indexes for defining the Range over which the construct is defined. More...
#include <MP_domain.hpp>
Public Member Functions | |
MP_domain_subset (MP_subset< nbr > *s, const std::vector< MP_index *> &i) | |
int | evaluate () const |
MP_set_base * | getSet () const |
getter for obtaining the set used in construction More... | |
MP_index * | getIndex () const |
getter for obtaining the index used in construction More... | |
MP_domain | getDomain (MP_set *s) const |
void | operator() () const |
Functor * | makeInsertFunctor () const |
![]() | |
MP_domain_base () | |
virtual | ~MP_domain_base () |
void | display () const |
virtual size_t | size () const |
Private Attributes | |
MP_subset< nbr > * | S |
std::vector< MP_index * > | I |
Friends | |
class | insertFunctor< nbr > |
Additional Inherited Members | |
![]() | |
const Functor * | donext |
![]() | |
Functor () | |
virtual | ~Functor () |
Functor (const Functor &) | |
![]() | |
MP_index_base () | |
virtual | ~MP_index_base () |
Range over which some other constuct is defined. Uses subsetting.
This is one of the main public interface classes. One uses this in the context of a constraint, objective, variable, or data. This class in the MP_domain family uses an MP_subset and a vector of indexes for defining the Range over which the construct is defined.
Definition at line 135 of file MP_domain.hpp.
|
inline |
Definition at line 170 of file MP_domain.hpp.
|
inlinevirtual |
Evaluates the index within the domain.
Implements flopc::MP_index_base.
Definition at line 176 of file MP_domain.hpp.
|
inlinevirtual |
Implements flopc::MP_index_base.
Definition at line 190 of file MP_domain.hpp.
References flopc::MP_domain_base::MP_domain.
|
inlinevirtual |
getter for obtaining the index used in construction
Implements flopc::MP_domain_base.
Definition at line 184 of file MP_domain.hpp.
|
inlinevirtual |
getter for obtaining the set used in construction
Implements flopc::MP_domain_base.
Definition at line 180 of file MP_domain.hpp.
|
inlinevirtual |
Reimplemented from flopc::MP_domain_base.
Definition at line 241 of file MP_domain.hpp.
|
inlinevirtual |
Implements flopc::Functor.
Definition at line 194 of file MP_domain.hpp.
References flopc::MP_index_base::evaluate(), and flopc::MP_index::getEmpty().
|
friend |
Definition at line 168 of file MP_domain.hpp.
|
private |
Definition at line 247 of file MP_domain.hpp.
|
private |
Definition at line 246 of file MP_domain.hpp.