Generated on for Gecode by doxygen 1.17.0
Gecode::FlatZinc::BlackBoxCall Struct Reference

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

Detailed Description

Inputs and pre-sized output buffers for one backend call.

Definition at line 63 of file blackbox-backend.hh.

Member Data Documentation

◆ int_input

const std::vector<int64_t>& Gecode::FlatZinc::BlackBoxCall::int_input

Definition at line 64 of file blackbox-backend.hh.

◆ float_input

const std::vector<double>& Gecode::FlatZinc::BlackBoxCall::float_input

Definition at line 65 of file blackbox-backend.hh.

◆ int_output

std::vector<int64_t>& Gecode::FlatZinc::BlackBoxCall::int_output

Definition at line 66 of file blackbox-backend.hh.

◆ float_output

std::vector<double>& Gecode::FlatZinc::BlackBoxCall::float_output

Definition at line 67 of file blackbox-backend.hh.


The documentation for this struct was generated from the following file: