Initializing help system before first use

Adding a Request Payload

The second part of the job submission request is a file upload with name payload. This is expected to be a zip file, with a filename ending in .zip.

Payload for Solver Job

The supported contents of this zip file are:
  • Required unless supplied by a dependency: A problem in LP/MPS or Save file format with corresponding extension (.lp, .mps, .svf) which will be loaded by the solver with the XPRSreadprob or XPRSrestore routine as applicable.
  • Optional: A basis file with the same filename as the problem file and extension .bas. If present in the zip it will be loaded by the solver with the XPRSreadbasis routine after the problem is loaded and prior to solving.
  • Optional: A solution file with the same filename as the problem file and extension .slx. If present in the zip it will be loaded by the solver with the XPRSreadslxsol routine after the problem is loaded and prior to solving.

Payload for Mosel Job

The supported contents of this zip file are:
  • Required unless supplied by a dependency: A compiled Mosel model with name main.bim which will be loaded and run by the Mosel runtime.
  • Optional: Any number of additional files of arbitrary name and format.

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.