This repository was archived by the owner on Nov 23, 2018. It is now read-only.
File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // This repository is no longer maintained.
6
+ // Development has moved to https://github.com/gonum/gonum.
7
+ //
5
8
// package lp implements routines for solving linear programs.
6
9
package lp
7
10
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // This repository is no longer maintained.
6
+ // Development has moved to https://github.com/gonum/gonum.
7
+ //
5
8
// Package optimize implements algorithms for finding the optimum value of functions.
6
9
package optimize
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // This repository is no longer maintained.
6
+ // Development has moved to https://github.com/gonum/gonum.
7
+ //
5
8
// Package functions provides objective functions for testing optimization
6
9
// algorithms.
7
10
//
You can’t perform that action at this time.
0 commit comments