Name:FIRST_FEASIBLE_SOLUTION
Type:bool
Default Value:false
Available Options:true, false

Setting this to true will force the engine to exit the moment a feasible solution is found, even if it’s a very bad one.

This option can be extremely useful if you don’t want to grow old while waiting for the engine to solve a problem to global optimality. Use cases include:

Remember that there’s no free lunch – what you sacrifice here is (potentially significant) solution quality for (potentially a ton of) speed.

If you get a solution using this option, there are a couple of things you can do with it:

If you don’t get a solution, there are a few things you can do as well:

Leave a Reply

Your email address will not be published. Required fields are marked *