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

gitBranches.md

Blame
  • Forked from SERG / woRkflow
    Source project has a limited visibility.
    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 */