93 std::string description;
94 std::vector<Parameter> parameters;
95 std::vector<Variable> variables;
96 std::vector<Port> ports;
97 std::vector<PortFieldDefinition> port_field_definitions;
98 std::vector<Constraint> constraints;
99 std::vector<Constraint> binding_constraints;
100 std::string objective;