Skip to content

Notes

11/07/2024

  • Implement solver and use actualSolve
    • Allow to inject Gurobi under etc.
  • Example dummy solver
    • sum multiobjectives into one objective and run default PULP
  • Documentation
  • package publishing
  • Implement constrained mes as solver
  • Compare solvers by fairness
  • Criteria module to get metrics about provided solution, e.g:
    • sum of objectives
    • count of non zero objective
    • other examples, proportionality...

MkDocs Examples

Admonitions

About (1)

Collapsible panel

  1. 🚀 I'm an annotation!

Be careful

Graphs

graph LR
  A[Start] --> B{Error?};
  B -->|Yes| C[Hmm...];
  C --> D[Debug];
  D --> B;
  B ---->|No| E[Yay!];

LaTeX

The homomorphism \(f\) is injective if and only if its kernel is only the singleton set \(e_G\), because otherwise \(\exists a,b\in G\) with \(a\neq b\) such that \(f(a)=f(b)\).