Docs.rs
pumpkin-solver-0.4.0
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
pumpkin-solver 0.4.0
The Pumpkin combinatorial optimisation solver library.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
.gitignore
constant_objective.expected
constant_objective.fzn
ghoulomb_3_5_11.expected
ghoulomb_3_5_11.fzn
maximise_1.expected
maximise_1.fzn
minimise_1.expected
minimise_1.fzn
rcpsp_00.expected
rcpsp_00.fzn
rcpsp_01.expected
rcpsp_01.fzn
rcpsp_bl2006.expected
rcpsp_bl2006.fzn
rcpsp_j60_1_6.expected
rcpsp_j60_1_6.fzn
rcpsp_st27_14.expected
rcpsp_st27_14.fzn
unconstrained_objective_maximise.expected
unconstrained_objective_maximise.fzn
unconstrained_objective_minimise.expected
unconstrained_objective_minimise.fzn
unfixed_objective.expected
unfixed_objective.fzn
1
2
3
int: objective = 10; solve maximize objective;