TOMLAB OPTIMIZATION ENVIRONMENT: pretest

   

pretest

Purpose

pretest.m is a test procedure for preSolve.m.

Syntax

   [A, b, conType, x_L, x_U] = pretest(P);

Input Parameters

   P       Problem number, default P=1.

Output Parameters

   A       Linear constraint matrix
   b_L     Lower bounds for linear constraints
   b_U     Upper bounds for linear constraints
   x_L     Lower bounds for x
   x_U     Upper bounds for x

  preSolve   runtest