FLOPC++
Classes | Namespaces | Enumerations
MP_variable.hpp File Reference
#include <set>
#include <vector>
#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.

Classes

class  flopc::VariableRef
 
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
 

Namespaces

 flopc
 All flopc++ code is contained within the flopc namespace.
 

Enumerations

enum  flopc::variableType { flopc::continuous, flopc::discrete }
 Enumeration for indicating variable type. More...