Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 13:48
· 973 commits to master since this release

What's Changed

  • Integrate previous work done on a previous repo by @nhuet in #5
  • Fix issues when gurobi not available by @nhuet in #6
  • Test importing all modules by @nhuet in #7
  • Restore njit decorator for sgs_fast_preemptive_minduration() by @nhuet in #8
  • Fix typo and finish a sentence. by @nhuet in #10
  • Clean the code by @nhuet in #9
  • Allow more time for rcpsp_ms to rcpsp solver by @nhuet in #11
  • Add linear flow solver pickup_vrp test by @nhuet in #15
  • Create a coverage report by @nhuet in #12
  • Remove obsolete module and move example to examples/ by @nhuet in #18
  • [codereview.doctor] Add encoding when parsing files by @nhuet in #20
  • [coderview.doctor] Use dataclass instead of NamedTuple by @nhuet in #22
  • [coderview.doctor] Avoid redundant list comprehension by @nhuet in #23
  • [coderview.doctor] Use Optional instead of Union by @nhuet in #24
  • [codereview.doctor] Use f-strings by @nhuet in #21
  • Remove unnecessary prints by @g-poveda in #26
  • Fix mypy issues on generic_tools, coloring, and facility by @nhuet in #25
  • Avoid duplicates by calling look_for_solver_class in look_for_solver by @nhuet in #27
  • [codereview.doctor] Remove "if" conditions that always evaluate to True or False by @nhuet in #19
  • Replace print by logging by @nhuet in #28
  • Remove solve_lns() methods from CP and LP solvers by @nhuet in #29
  • Remove methods only used in former solve_lns() by @nhuet in #30
  • Modify ParametersCP and ParametersMilp by @nhuet in #31
  • Examples Fix and refactoring by @g-poveda in #32
  • Refactor milp solvers by @nhuet in #33
  • Refactor CP solvers by @nhuet in #35
  • Examples and unit test all running by @g-poveda in #37
  • Add pre-commit hooks for notebooks by @nhuet in #39
  • Fix logging messages by @nhuet in #40
  • Update readme by @nhuet in #41
  • Replace no break spaces by regular spaces by @nhuet in #44
  • Enrich the API doc for coloring, facility, and generic_tools by @nhuet in #42
  • Release workflow by @nhuet in #38
  • Add copyright for source files by @nhuet in #43
  • Fix RCSPSP_MS LP solver by @nhuet in #46
  • Update references for other minizinc files by @nhuet in #47

New Contributors

Full Changelog: https://github.com/airbus/discrete-optimization/commits/v0.2.0