Matrix: LPnetlib/lpi_reactor

Description: Netlib LP problem reactor: minimize c'*x, where Ax=b, lo<=x<=hi

LPnetlib/lpi_reactor graph
(bipartite graph drawing)


LPnetlib/lpi_reactor

  • Home page of the UF Sparse Matrix Collection
  • Matrix group: LPnetlib
  • Click here for a description of the LPnetlib group.
  • Click here for a list of all matrices
  • Click here for a list of all matrix groups
  • download as a MATLAB mat-file, file size: 8 KB. Use UFget(728) or UFget('LPnetlib/lpi_reactor') in MATLAB.
  • download in Matrix Market format, file size: 10 KB.
  • download in Rutherford/Boeing format, file size: 8 KB.

    Matrix properties
    number of rows318
    number of columns808
    nonzeros2,591
    structural full rank?yes
    structural rank318
    # of blocks from dmperm1
    # strongly connected comp.1
    explicit zero entries0
    nonzero pattern symmetry 0%
    numeric value symmetry 0%
    typereal
    structurerectangular
    Cholesky candidate?no
    positive definite?no

    authorT. Baker
    editorJ. Chinneck
    date1993
    kindlinear programming problem
    2D/3D problem?no

    Additional fieldssize and type
    bfull 318-by-1
    cfull 808-by-1
    lofull 808-by-1
    hifull 808-by-1
    z0full 1-by-1

    Notes:

    An infeasible Netlib LP problem, in lp/infeas.  For more information        
    send email to netlib@ornl.gov with the message:                             
                                                                                
    	send index from lp                                                         
    	send readme from lp/infeas                                                 
                                                                                
    The lp/infeas directory contains infeasible linear programming test problems
    collected by John W. Chinneck, Carleton Univ, Ontario Canada.  The following
    are relevant excerpts from lp/infeas/readme (by John W. Chinneck):          
                                                                                
    In the following, IIS stands for Irreducible Infeasible Subsystem, a set    
    of constraints which is itself infeasible, but becomes feasible when any    
    one member is removed.  Isolating an IIS from within the larger set of      
    constraints defining the model is one analysis approach.                    
                                                                                
    PROBLEM DESCRIPTION                                                         
    -------------------                                                         
                                                                                
    CHEMCOM, QUAL, REFINERY, REACTOR, VOL1:  medium size problems derived       
    from a petrochemical plant model.  Doctored to generate infeasibility       
    due to inability to meet volume or quality restrictions.  With the          
    exception of REACTOR, these are highly volatile problems, yielding IISs     
    of varying sizes when different IIS isolation algorithms are applied.       
    See Chinneck [1993] for further discussion.  Contributor:  Tom Baker,       
    Chesapeake Decision Sciences.                                               
                                                                                
    Name       Rows   Cols   Nonzeros Bounds      Notes                         
    reactor     319    637     2995   B    FX                                   
                                                                                
    REFERENCES                                                                  
    ----------                                                                  
                                                                                
    J.W.  Chinneck (1993).  "Finding the Most Useful Subset of Constraints      
    for Analysis in an Infeasible Linear Program", technical report             
    SCE-93-07, Systems and Computer Engineering, Carleton University,           
    Ottawa, Canada.                                                             
                                                                                
    

    Ordering statistics:result
    nnz(V) for QR, upper bound nnz(L) for LU, with COLAMD34,545
    nnz(R) for QR, upper bound nnz(U) for LU, with COLAMD5,326

    SVD-based statistics:
    norm(A)20025
    min(svd(A))0.327195
    cond(A)61202
    rank(A)318
    sprank(A)-rank(A)0
    null space dimension0
    full numerical rank?yes

    singular values (MAT file):click here
    SVD method used:s = svd (full (A)) ;
    status:ok

    LPnetlib/lpi_reactor svd

    For a description of the statistics displayed above, click here.

    Maintained by Tim Davis, last updated 12-Mar-2014.
    Matrix pictures by cspy, a MATLAB function in the CSparse package.
    Matrix graphs by Yifan Hu, AT&T Labs Visualization Group.