{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "optim-solana-gateway-production-up-railway-app-solve-pareto",
  "title": "Optim Solana \u00b7 Pareto Optimization Solver",
  "url": "https://optim-solana-gateway-production.up.railway.app/solve/pareto",
  "category": "compute",
  "summary": "Solve complex multi-objective optimization problems with configurable weights for 2-4 objectives.",
  "seo": {
    "title": "Pareto Optimization Solver API | x402 0.2 USDC",
    "description": "Multi-objective optimization solver for scheduling, routing, and packing. 0.2 USDC per solve on Solana."
  },
  "use_cases": [
    "Optimize delivery routes with time and cost constraints",
    "Solve resource packing problems with multiple priority objectives"
  ],
  "ideal_buyer": "Operations researchers and logistics automation developers.",
  "example_prompt": "Solve a scheduling problem minimizing time and maximizing resource utilization",
  "example_request_body": {
    "num_points": 10,
    "objectives": [
      {
        "name": "time",
        "weight": 0.6
      },
      {
        "name": "utilization",
        "weight": 0.4
      }
    ],
    "solver_type": "scheduling",
    "solver_request": {}
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 20,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "HJ1szpSUkTXkBMsSnAjf6dkj9dgJtCcrEZKxA6GnL1Mh",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "200000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "solver_type",
              "objectives",
              "solver_request"
            ],
            "properties": {
              "num_points": {
                "type": "number"
              },
              "objectives": {
                "type": "array",
                "description": "2-4 objectives with name and weight"
              },
              "solver_type": {
                "enum": [
                  "scheduling",
                  "routing",
                  "packing"
                ],
                "type": "string"
              },
              "solver_request": {
                "type": "object"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {
            "status": "optimal",
            "frontier": [
              {
                "point_id": 1,
                "objectives": {
                  "makespan": 7,
                  "tardiness": 0
                }
              }
            ]
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "tools-cl-549da9deaa80",
  "origin": {
    "slug": "optim-solana-gateway-production-up-railway-app",
    "host": "optim-solana-gateway-production.up.railway.app",
    "title": "Optim Solana Gateway",
    "description": "A production gateway service on Railway, likely providing Solana blockchain infrastructure or API access for agents requiring on-chain operations.",
    "url": "https://optim-solana-gateway-production.up.railway.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/optim-solana-gateway-production-up-railway-app-solve-pareto",
    "url": "https://x402all.com/resource/optim-solana-gateway-production-up-railway-app-solve-pareto",
    "name": "Optim Solana \u00b7 Pareto Optimization Solver",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/optim-solana-gateway-production-up-railway-app-solve-pareto",
      "@type": "Offer",
      "price": "0.2",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.200000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "solana"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
        }
      ]
    },
    "sameAs": "https://optim-solana-gateway-production.up.railway.app/solve/pareto",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/optim-solana-gateway-production-up-railway-app",
      "url": "https://optim-solana-gateway-production.up.railway.app",
      "name": "Optim Solana Gateway",
      "@type": "Organization"
    },
    "identifier": "optim-solana-gateway-production-up-railway-app-solve-pareto",
    "description": "Multi-objective optimization solver for scheduling, routing, and packing. 0.2 USDC per solve on Solana.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=optim-solana-gateway-production-up-railway-app-solve-pareto",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "compute"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=optim-solana-gateway-production-up-railway-app-solve-pareto"
}
