scip package#

Subpackages#

Submodules#

scip.main module#

scip.main.main(*, paths: List[str], output: Path, config: str, mode: str, limit: int | None = -1, with_replacement: bool | None = False, n_partitions: int | None = 10, n_workers: int | None = 1, n_nodes: int | None = 1, n_cores: int | None = None, n_threads: int | None = 1, memory: int | None = 1, walltime: str | None = None, job_extra: str | None = '', local_directory: str | None = 'tmp', headless: bool | None = False, port: int | None = 8787, debug: bool | None = False, timing: Any | None = None, gpu: int | None = 0, scheduler_adress: str | None = None)#