Gecode 6.4.0
gecode_opt_options_v1 Struct Reference

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

Public Attributes

uint64_t struct_size
int32_t backend
int32_t guarantee
int32_t threads
int32_t random_seed
double time_limit_seconds
double relative_gap
double absolute_gap
double feasibility_tolerance
double integrality_tolerance
uint64_t node_limit
int32_t has_node_limit
int32_t reserved
gecode_opt_handle cancellation
const gecode_opt_startprimal_start
uint64_t primal_start_count

Member Data Documentation

◆ struct_size

uint64_t gecode_opt_options_v1::struct_size

◆ backend

int32_t gecode_opt_options_v1::backend

◆ guarantee

int32_t gecode_opt_options_v1::guarantee

◆ threads

int32_t gecode_opt_options_v1::threads

◆ random_seed

int32_t gecode_opt_options_v1::random_seed

◆ time_limit_seconds

double gecode_opt_options_v1::time_limit_seconds

◆ relative_gap

double gecode_opt_options_v1::relative_gap

◆ absolute_gap

double gecode_opt_options_v1::absolute_gap

◆ feasibility_tolerance

double gecode_opt_options_v1::feasibility_tolerance

◆ integrality_tolerance

double gecode_opt_options_v1::integrality_tolerance

◆ node_limit

uint64_t gecode_opt_options_v1::node_limit

◆ has_node_limit

int32_t gecode_opt_options_v1::has_node_limit

◆ reserved

int32_t gecode_opt_options_v1::reserved

◆ cancellation

gecode_opt_handle gecode_opt_options_v1::cancellation

◆ primal_start

const gecode_opt_start* gecode_opt_options_v1::primal_start

◆ primal_start_count

uint64_t gecode_opt_options_v1::primal_start_count

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