Highlights
- Arctic Code Vault Contributor
Popular repositories
701 contributions in the last year
Activity overview
Contributed to
msakai/toysolver,
msakai/haskell-MIP,
DanielSchuessler/logic-TPTP
and 5 other
repositories
Contribution activity
January 2021
Created 97 commits in 14 repositories
Created 3 repositories
- msakai/bullsat C++
- msakai/tasty Haskell
- msakai/actions TypeScript
Created a pull request in togatoga/bullsat that received 1 comment
Opened 25 other pull requests in 11 repositories
msakai/haskell-MIP
7
merged
- Run SCPI test using Dockerized SCIP on GitHub Actions
- Extend Numeric.Optimization.MIP.Solver.* to pass arguments to solvers
- GitHub Actions: add build for testing with MINGW packages
- GitHub Actions: test using gurobi_cl
- GitHub Actions: use haskell/actions/setup@v1 instead of actions/setup-haskell@v1.1.4
- GitHub Actions: add Windows configuration
- Configure GitHub Actions
msakai/toysolver
2
open
4
merged
- Unify graph data type of ToySolver.Graph.IndependentSet and ToySolver.Graph.MaxCut
- Fix vertex type to Int instead of arbitrary Hashable type in ToySolver.Graph.ShortestPath
- Remove multiset from extra-deps if the resolver already includes it
- Run build_artifacts.hs on Travis-CI
- Run builds_artifacts.hs on GitHub Actions
- Configure GitHub Actions