Skip to content

Commit

Permalink
Fix version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Jan 28, 2020
1 parent 88fb5bd commit 1c8f22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mixsqp.R
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ mixsqp <- function (L, w = rep(1,nrow(L)), x0 = rep(1,ncol(L)),

# Print a brief summary of the analysis, if requested.
if (verbose) {
cat(sprintf("Running mix-SQP algorithm 0.3-16 on %d x %d matrix\n",n,m))
cat(sprintf("Running mix-SQP algorithm 0.3-17 on %d x %d matrix\n",n,m))
cat(sprintf("convergence tol. (SQP): %0.1e\n",convtol.sqp))
cat(sprintf("conv. tol. (active-set): %0.1e\n",convtol.activeset))
cat(sprintf("zero threshold (solution): %0.1e\n",zero.threshold.solution))
Expand Down

0 comments on commit 1c8f22c

Please sign in to comment.