R/solnp_ineq.R

Defines functions solnp_ineq

Documented in solnp_ineq

solnp_ineq <-
function(x, ...){
	res<-do.call(fobj_global, list(x, ...));
	n_fun_eval <<- n_fun_eval + 1;
	res_ineq<-res[[2]][(neq_global+1):nconst_global]
	return(res_ineq)
}

Try the MEIGOR package in your browser

Any scripts or data that you put into this service are public.

MEIGOR documentation built on Nov. 8, 2020, 7:46 p.m.