{"id":42181008,"url":"https://github.com/atraplet/highs4j-native","last_synced_at":"2026-01-26T22:04:23.406Z","repository":{"id":266843322,"uuid":"899090298","full_name":"atraplet/highs4j-native","owner":"atraplet","description":"HiGHS Solver for Java Native Libraries","archived":false,"fork":false,"pushed_at":"2026-01-13T19:50:22.000Z","size":86,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-13T21:44:04.609Z","etag":null,"topics":["convex-optimization","interior-point-method","java","linear-programming","mixed-integer-programming","operations-research","optimization","optimization-algorithms","quadratic-programming","simplex-algorithm"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atraplet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-05T15:50:22.000Z","updated_at":"2026-01-13T19:50:26.000Z","dependencies_parsed_at":"2024-12-06T13:58:37.529Z","dependency_job_id":"ac176155-371e-45d4-b0f3-a5c99bd6007e","html_url":"https://github.com/atraplet/highs4j-native","commit_stats":null,"previous_names":["atraplet/highs4j-native"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/atraplet/highs4j-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atraplet%2Fhighs4j-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atraplet%2Fhighs4j-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atraplet%2Fhighs4j-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atraplet%2Fhighs4j-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atraplet","download_url":"https://codeload.github.com/atraplet/highs4j-native/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atraplet%2Fhighs4j-native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28789721,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["convex-optimization","interior-point-method","java","linear-programming","mixed-integer-programming","operations-research","optimization","optimization-algorithms","quadratic-programming","simplex-algorithm"],"created_at":"2026-01-26T22:03:38.374Z","updated_at":"2026-01-26T22:04:23.378Z","avatar_url":"https://github.com/atraplet.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HiGHS Solver for Java Native Libraries\n\n*Work in progress*\n\n[![Build](https://github.com/atraplet/highs4j-native/actions/workflows/build.yml/badge.svg)](https://github.com/atraplet/highs4j-native/actions/workflows/build.yml)\n[![Maven Central](https://img.shields.io/maven-central/v/com.ustermetrics/highs4j-native)](https://central.sonatype.com/artifact/com.ustermetrics/highs4j-native)\n[![Apache License, Version 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/atraplet/highs4j-native/blob/master/LICENSE)\n\nhighs4j-native (HiGHS Solver for Java Native Libraries) bundles shared library release binaries\nof [HiGHS](https://highs.dev) for [highs4j](https://github.com/atraplet/highs4j) for Linux (linux_64),\nWindows (windows_64), and MacOS (osx_arm64).\n\n## Usage\n\n### Dependency\n\nAdd the latest version from [Maven Central](https://central.sonatype.com/artifact/com.ustermetrics/highs4j-native) to\nyour `pom.xml`\n\n```\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.ustermetrics\u003c/groupId\u003e\n    \u003cartifactId\u003ehighs4j-native\u003c/artifactId\u003e\n    \u003cversion\u003ex.y.z\u003c/version\u003e\n     \u003cclassifier\u003eplatform\u003c/classifier\u003e\n    \u003cscope\u003eruntime\u003c/scope\u003e\n\u003c/dependency\u003e\n```\n\nwhere `x.y.z` is the version of the library and `platform` is one of `linux_64`, `windows_64`, or `osx_arm64`. If no\n`classifier` is specified, the library will include binaries for all platforms.\n\n## Build\n\n## Release\n\nUpdate the version in the `pom.xml`, create a tag, and push it by running\n\n```\nexport HIGHS_VERSION=X.Y.Z\nexport VERSION=X.Y.Z\nexport VERSION=$VERSION-$HIGHS_VERSION\ngit checkout --detach HEAD\nsed -i -E \"s/\u003cversion\u003e[0-9]+\\-SNAPSHOT\u003c\\/version\u003e/\u003cversion\u003e$VERSION\u003c\\/version\u003e/g\" pom.xml\ngit commit -m \"v$VERSION\" pom.xml\ngit tag v$VERSION\ngit push origin v$VERSION\n```\n\nThis will trigger the upload of the package to Maven Central via GitHub Actions.\n\nThen, go to the GitHub repository [releases page](https://github.com/atraplet/highs4j-native/releases) and update the\nrelease.\n\n## Credits\n\nThis project is based on the native open source mathematical programming\nsolver [HiGHS](https://highs.dev), which is developed and maintained by Julian Hall, Ivet Galabova, Qi\nHuangfu, Leona Gottwald, Michael Feldmeier, and other contributors. For details see https://highs.dev,\nhttps://ergo-code.github.io/HiGHS, and https://github.com/ERGO-Code/HiGHS.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatraplet%2Fhighs4j-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatraplet%2Fhighs4j-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatraplet%2Fhighs4j-native/lists"}