Skip to content
Snippets Groups Projects
Select Git revision
  • c93fc4c93d240a764dc7115f64a212570e5f0bee
  • master default protected
2 results

COMP3217-example1.lp

Blame
  • COMP3217-example1.lp 131 B
    /* Objective function */
    max: 143 x + 60 y;
    
    120 x + 210 y <= 15000;
    110 x + 30 y <= 4000;
    x + y <= 75;
    /* Variable bounds */