Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
RDF quality heuristics
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
A.43.1 Introduction
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(simplex): Solve linear programming problems
Introduction
gen_state/1
constraint/3
maximize/3
minimize/3
variable_value/3
objective/2
Packages
Availability:
:- use_module(
library(simplex)
).
variable_value
(
+State, +Variable, -Value
)
Value
is unified with the value obtained for
Variable
.
State
must correspond to a solved instance.
ClioPatria
(version
V3.1.1-40-g9d9e003
)