#ifndef btc_bubble_nl_opt_set_integer_variable_parameters_H #define btc_bubble_nl_opt_set_integer_variable_parameters_H /* Setting the adjustable integer parameters of a BTC price bubble model. */ /* Last edited on 2015-04-20 01:06:44 by stolfilocal */ #include void btc_bubble_nl_opt_set_integer_variable_parameters ( int npi, int pi[], int nb, btc_bubble_t bp_lo[], btc_bubble_t bp[], btc_bubble_t bp_hi[] ); /* Sets the adjustable integer fields in the bubble parameters {bp[0..nb-1]} to the successive values {pi[0..npi-1]}. The adjustable parameters are identified by their non-trivial ranges in {bp_lo,bp_hi}, as in {btc_bubble_nl_opt_gather_integer_variable_parameters}, and their number and order is the same as defined in that procedure. */ #endif