Gecode 6.4.0
gecode_opt_scenario_definition_v1 Struct Reference

#include < -- improving gecode/implementation/gecode/gecode/optimize/c_api.h>

Public Attributes

uint64_t struct_size
uint64_t reserved
const char * name
const gecode_opt_termobjective_coefficients
uint64_t objective_count
gecode_opt_optional_number_v1 objective_offset
const gecode_opt_scenario_bounds_v1variable_bounds
uint64_t variable_count
const gecode_opt_scenario_bounds_v1row_bounds
uint64_t row_count

Member Data Documentation

◆ struct_size

uint64_t gecode_opt_scenario_definition_v1::struct_size

◆ reserved

uint64_t gecode_opt_scenario_definition_v1::reserved

◆ name

const char* gecode_opt_scenario_definition_v1::name

◆ objective_coefficients

const gecode_opt_term* gecode_opt_scenario_definition_v1::objective_coefficients

◆ objective_count

uint64_t gecode_opt_scenario_definition_v1::objective_count

◆ objective_offset

gecode_opt_optional_number_v1 gecode_opt_scenario_definition_v1::objective_offset

◆ variable_bounds

const gecode_opt_scenario_bounds_v1* gecode_opt_scenario_definition_v1::variable_bounds

◆ variable_count

uint64_t gecode_opt_scenario_definition_v1::variable_count

◆ row_bounds

const gecode_opt_scenario_bounds_v1* gecode_opt_scenario_definition_v1::row_bounds

◆ row_count

uint64_t gecode_opt_scenario_definition_v1::row_count

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