Skip to main content

How good is Gurobi for solving large linear systems of equations?

Answered

Comments

1 comment

  • David Torres Sanchez
    Gurobi Staff Gurobi Staff

    Hi Victor,

    We do not have a benchmark specific to problems without an objective function but I would suggest you go ahead and give it a try, hopefully it will be fast.

    Also, if I choose to go through with this approach, and I fill A and b using the addConstr() methods, will Gurobi create a sparse matrix representation internally like the C interface, right?

    Yes, using GRBModel::addConstr() we will create the model for the C interface efficiently.

    Cheers, 
    David

    0

Please sign in to leave a comment.