Skip to content
This repository was archived by the owner on Nov 23, 2018. It is now read-only.

Commit e24357e

Browse files
committed
all: mark as deprecated
1 parent cf38122 commit e24357e

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

convex/lp/simplex.go

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
// This repository is no longer maintained.
6+
// Development has moved to https://github.com/gonum/gonum.
7+
//
58
// package lp implements routines for solving linear programs.
69
package lp
710

doc.go

+3
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
// This repository is no longer maintained.
6+
// Development has moved to https://github.com/gonum/gonum.
7+
//
58
// Package optimize implements algorithms for finding the optimum value of functions.
69
package optimize

functions/validate.go

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
// This repository is no longer maintained.
6+
// Development has moved to https://github.com/gonum/gonum.
7+
//
58
// Package functions provides objective functions for testing optimization
69
// algorithms.
710
//

0 commit comments

Comments
 (0)