
Inputs and pre-sized output buffers for one backend call. More...
#include <gecode/flatzinc/blackbox-backend.hh>
Public Attributes | |
| const std::vector< int64_t > & | int_input |
| const std::vector< double > & | float_input |
| std::vector< int64_t > & | int_output |
| std::vector< double > & | float_output |
Inputs and pre-sized output buffers for one backend call.
Definition at line 63 of file blackbox-backend.hh.
| const std::vector<int64_t>& Gecode::FlatZinc::BlackBoxCall::int_input |
Definition at line 64 of file blackbox-backend.hh.
| const std::vector<double>& Gecode::FlatZinc::BlackBoxCall::float_input |
Definition at line 65 of file blackbox-backend.hh.
| std::vector<int64_t>& Gecode::FlatZinc::BlackBoxCall::int_output |
Definition at line 66 of file blackbox-backend.hh.
| std::vector<double>& Gecode::FlatZinc::BlackBoxCall::float_output |
Definition at line 67 of file blackbox-backend.hh.