Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with b (RHS) for me #1

Open
Jo4711 opened this issue Jan 5, 2018 · 1 comment
Open

Not working with b (RHS) for me #1

Jo4711 opened this issue Jan 5, 2018 · 1 comment

Comments

@Jo4711
Copy link

Jo4711 commented Jan 5, 2018

I tried Your sample and it works fine.
But trying my little example with right hand side vector b leads to an "unbound".

NAME          20180105_170710
ROWS
 N  COST
 E  OE0
 E  OE1
COLUMNS
    X0        COST      2130           OE0       6              
    X1        COST      2295           OE0       5              
	X1		  OE1       1              
    X2        COST      2105           OE0       3           
	X2        OE1       2              
    X3        COST      2270           OE0       2              
	X3        OE1       3              
    X4        COST      2080           OE1       4              
RHS
    RHS1      OE0       5500.00        
    RHS1      OE1       4500.00        
ENDATA

I will try to find the reason. Take a little time.

@SethosII
Copy link
Owner

@Jo4711 Sorry for the delay. When I wrote this code I used it only for LP problems with all zero right hand side as my class of LP problems was of this type. So it might very well be possible that there is a bug with handling non zero values in b. But I'm currently unable to run this as of a lack of CUDA enabled GPUs on my side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants