Hello,
> Since you have moved on from the previous 500 constraint problem to
this new
> 900 constraint problem, does that mean you were able to solve it?
How?
> What is the class of problems these come from?. I had guessed
something like
> 2-designs.
Many thanks for hints where to look into source code !
I must take some time to look there.
What is a 2-design ? "1-design" and "2-design" is a bad word for
google, a lot of wrong hits...
In general:
I learned that i can use "bin" instead of "int". And meanwhile i can
use the API for my first steps instead of the IDE. But i still don't
know what all the options mean in IDE (e.g. different algorithms and
parameters). Is there perhaps some introduction ?
With these above changes i am able to at least load and reduce my
sample lp files without any crashes. But i think i am far away from
solving them. At least i think it is trying to solve my lp (cpu usage
goes up), but i have no sign if there is any progress at all or if i
need 1000th of years till end or it's done the next second...
My problem is some kind of sudoko, but much bigger. For each
possibility i have a boolean variable. So a lot of my variable are 0,
but a few (e.g. 256 out of 130000) of them should be 1 in the
solution. I don't know yet, if the use of lp_solve can help me at
all, but i find it interesting how lp_solve can do this. I had some
basic introduction into linear optimization (calculating easy
problems by hand) at university (long time ago), but i newer used a
computer to solve such problems before.
What algorithm and parameter are important or should i choose / look
for when using big boolean problems ? And is there some kind of
estimation, e.g. 1000 variable problem can be solved in an hour. But
10000 variable problems can't be solved in life time ? Or is it more
the ratio variable : constraints ?
Many thanks for your help !
Regards,
Martin
.