#include "MP_set.hpp"
#include "MP_index.hpp"
#include "MP_expression.hpp"
#include "MP_domain.hpp"
#include "MP_data.hpp"
Include dependency graph for MP_variable.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | flopc |
Classes | |
class | flopc::MP_variable |
Symantic representation of a variable.
This is one of the main public interface classes. It should be directly declared by clients of the FlopC++. The parametersof construction are MP_set s which specify the indexes over which the variable is defined. More... | |
class | flopc::MP_binary_variable |
Enumerations | |
enum | flopc::variableType { flopc::continuous, flopc::discrete } |
Enumeration for indicating variable type. More... |