Hello Everybody,

Is there anyway to check is a linear program which has been implemented by 
MixedIntegerLinearprogram 
has a solution or not. and also can I verify why it doesn't have any 
solution, it might be because of any reasons :
"the model is infeasible", "the model is unbounded" and so on.

For instance I have a function which makes an LP based on the given 
variable, I wish to verify is the LP has any solution.

def find_solution(variable):
      lp = my MixedIntegerLinearProgram
      lp.solve()
      output = lp has solution or not 
      return output
 
Thank you for your help and hints
Regards

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to